mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
Revert "Fixed ancient backward compatibility regression"
This reverts commit 3c67e12620
.
This commit is contained in:
parent
166c04e2e0
commit
f917ec5254
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user