Jelajahi Sumber

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

Michał W. Urbańczyk 13 tahun lalu
induk
melakukan
e7603a1fee
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;