Browse Source

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

Michał W. Urbańczyk 13 năm trước cách đây
mục cha
commit
e7603a1fee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;