mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Fixed ancient backward compatibility regression
This commit is contained in:
@@ -164,7 +164,7 @@ struct DLL_LINKAGE EventCondition
|
|||||||
h & objectType;
|
h & objectType;
|
||||||
h & position;
|
h & position;
|
||||||
h & condition;
|
h & condition;
|
||||||
if(version > 759)
|
if(version >= 759)
|
||||||
{
|
{
|
||||||
h & objectSubtype;
|
h & objectSubtype;
|
||||||
h & objectInstanceName;
|
h & objectInstanceName;
|
||||||
|
Reference in New Issue
Block a user