Michał W. Urbańczyk 15 lat temu
rodzic
commit
43c289cdd4
3 zmienionych plików z 3 dodań i 7 usunięć
  1. 1 1
      ChangeLog
  2. 1 5
      hch/CCreatureHandler.h
  3. 1 1
      lib/Connection.h

+ 1 - 1
ChangeLog

@@ -1,4 +1,4 @@
-0.8 -> 0.81 (Jun?)
+0.8 -> 0.81 (Jun 01 2010)
 GENERAL:
 * It's possible to start campaign
 * Support for build grail victory condition

+ 1 - 5
hch/CCreatureHandler.h

@@ -81,11 +81,7 @@ public:
 			& upperRightMissleOffsetX & rightMissleOffsetX & lowerRightMissleOffsetX & upperRightMissleOffsetY & rightMissleOffsetY & lowerRightMissleOffsetY
 			& missleFrameAngles & troopCountLocationOffset & attackClimaxFrame;
 
-		if(version == 710) //temporary, for 0.74 savegames compatibility
-		{
-			char snd[40];
-			h & snd;
-		}
+		h & doubleWide;
 	}
 
 

+ 1 - 1
lib/Connection.h

@@ -21,7 +21,7 @@
 #include <boost/mpl/int.hpp>
 #include <boost/mpl/identity.hpp>
 
-const ui32 version = 722;
+const ui32 version = 723;
 class CConnection;
 class CGObjectInstance;
 class CGameState;