mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
committed by
Andrii Danylchenko
parent
205bb09880
commit
aaa07e4d2e
@@ -227,14 +227,7 @@ public:
|
||||
h & hpool;
|
||||
h & globalEffects;
|
||||
h & rand;
|
||||
if(version >= 755) //save format backward compatibility
|
||||
{
|
||||
h & rumor;
|
||||
}
|
||||
else if(!h.saving)
|
||||
{
|
||||
rumor = RumorState();
|
||||
}
|
||||
h & rumor;
|
||||
|
||||
BONUS_TREE_DESERIALIZATION_FIX
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user