1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Revert "Fixed ancient backward compatibility regression"

This reverts commit 3c67e12620.
This commit is contained in:
AlexVinS 2018-02-28 00:08:37 +03:00 committed by ArseniyShestakov
parent 166c04e2e0
commit f917ec5254

View File

@ -164,7 +164,8 @@ struct DLL_LINKAGE EventCondition
h & objectType;
h & position;
h & condition;
if(version >= 759)
//(!!!) should be `version >= 759` here, but do not try to "fix" it
if(version > 759)
{
h & objectSubtype;
h & objectInstanceName;