1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

fixed serialization for older savegames

This commit is contained in:
Henning Koehler
2017-08-28 13:56:00 +12:00
parent 03c18ff691
commit 5091b117e2
3 changed files with 7 additions and 2 deletions

View File

@@ -69,7 +69,10 @@ public:
h & objh;
h & objtypeh;
h & spellh;
h & skillh;
if(version >= 777)
{
h & skillh;
}
h & modh;
h & IS_AI_ENABLED;
h & bth;