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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user