1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-28 03:57:02 +02:00

Version to be released as dev release 0.83b

This commit is contained in:
Michał W. Urbańczyk 2011-02-24 14:54:18 +00:00
parent e505328fcd
commit 91d0ea64de
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ const int CREEP_SIZE = 2000000000;
const int WEEKLY_GROWTH = 10; //percent
const int AVAILABLE_HEROES_PER_PLAYER = 2;
const bool DWELLINGS_ACCUMULATE_CREATURES = true;
const bool STACK_EXP = true;
const bool STACK_EXP = false;
const int BFIELD_WIDTH = 17;
const int BFIELD_HEIGHT = 11;

View File

@ -26,7 +26,7 @@
#include "ConstTransitivePtr.h"
const ui32 version = 727;
const ui32 version = 728;
class CConnection;
class CGObjectInstance;
class CGameState;