mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
New battlegrounds (#758)
This commit is contained in:
committed by
Andrii Danylchenko
parent
aaa07e4d2e
commit
c4035134e5
@@ -12,8 +12,8 @@
|
||||
#include "../ConstTransitivePtr.h"
|
||||
#include "../GameConstants.h"
|
||||
|
||||
const ui32 SERIALIZATION_VERSION = 802;
|
||||
const ui32 MINIMAL_SERIALIZATION_VERSION = 802;
|
||||
const ui32 SERIALIZATION_VERSION = 803;
|
||||
const ui32 MINIMAL_SERIALIZATION_VERSION = 803;
|
||||
const std::string SAVEGAME_MAGIC = "VCMISVG";
|
||||
|
||||
class CHero;
|
||||
|
||||
Reference in New Issue
Block a user