diff --git a/lib/CGameState.h b/lib/CGameState.h index 49024c421..360a3be14 100644 --- a/lib/CGameState.h +++ b/lib/CGameState.h @@ -183,7 +183,7 @@ public: template void serialize(Handler &h, const int version) { h & color & human & team & resources & status; - h & heroes & towns & availableHeroes & dwellings & visitedObjects; + h & heroes & towns & availableHeroes & dwellings & quests & visitedObjects; h & getBonusList(); //FIXME FIXME FIXME h & status & daysWithoutCastle; h & enteredLosingCheatCode & enteredWinningCheatCode; diff --git a/lib/Connection.h b/lib/Connection.h index 006275106..c0c2d091d 100644 --- a/lib/Connection.h +++ b/lib/Connection.h @@ -27,7 +27,7 @@ #include "mapping/CCampaignHandler.h" //for CCampaignState #include "rmg/CMapGenerator.h" // for CMapGenOptions -const ui32 version = 752; +const ui32 version = 753; const ui32 minSupportedVersion = version; class CISer;