Przeglądaj źródła

One more thing for dev release — bump save format (so the old saves won't crash us).

Michał W. Urbańczyk 13 lat temu
rodzic
commit
e7603a1fee
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/Connection.h

+ 1 - 1
lib/Connection.h

@@ -20,7 +20,7 @@
 
 #include "ConstTransitivePtr.h"
 
-const ui32 version = 730;
+const ui32 version = 731;
 class CConnection;
 class CGObjectInstance;
 class CGameState;