mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
added support for older saves (fails)
This commit is contained in:
@@ -297,7 +297,10 @@ public:
|
||||
h & visitedTown;
|
||||
h & boat;
|
||||
h & type;
|
||||
h & specialty;
|
||||
if(version >= 778)
|
||||
h & specialty;
|
||||
else
|
||||
h & specialtyDeprecated;
|
||||
h & commander;
|
||||
h & visitedObjects;
|
||||
BONUS_TREE_DESERIALIZATION_FIX
|
||||
|
||||
Reference in New Issue
Block a user