1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

REAL base for dev build 0.81b

(saveformat version bump)
This commit is contained in:
Michał W. Urbańczyk
2010-07-24 12:27:08 +00:00
parent ff078dc440
commit e507f8300b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ ADVENTURE MAP:
* Favourable Winds reduce sailing cost * Favourable Winds reduce sailing cost
HERO: HERO:
* Most of hero specialties are supported, including: * Most of hero specialities are supported, including:
-Creature specialities (progressive, fixed, Sir Mullich) -Creature specialities (progressive, fixed, Sir Mullich)
-Spell damage specialities (Deemer), fixed bonus (Ciele) -Spell damage specialities (Deemer), fixed bonus (Ciele)
-Secondary skill bonuses -Secondary skill bonuses

View File

@@ -23,7 +23,7 @@
#include <boost/mpl/identity.hpp> #include <boost/mpl/identity.hpp>
#include <boost/any.hpp> #include <boost/any.hpp>
const ui32 version = 723; const ui32 version = 724;
class CConnection; class CConnection;
class CGObjectInstance; class CGObjectInstance;
class CGameState; class CGameState;