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

For dev release 0.81c

This commit is contained in:
Michał W. Urbańczyk
2010-07-26 23:27:43 +00:00
parent e025a43cb0
commit f4b9af000f
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ ADVENTURE MAP:
* Favourable Winds reduce sailing cost * Favourable Winds reduce sailing cost
HERO: HERO:
* Learning secondary skill supported.
* Most of hero specialities 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)

View File

@@ -24,7 +24,7 @@ typedef si64 expType;
#define THC #define THC
#endif #endif
#define NAME_VER ("VCMI 0.81b") #define NAME_VER ("VCMI 0.81c")
extern std::string NAME; //full name extern std::string NAME; //full name
extern std::string NAME_AFFIX; //client / server extern std::string NAME_AFFIX; //client / server
#define CONSOLE_LOGGING_LEVEL 5 #define CONSOLE_LOGGING_LEVEL 5