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:
@@ -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)
|
||||||
|
2
global.h
2
global.h
@@ -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
|
||||||
|
Reference in New Issue
Block a user