1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

backwards compatibility

This commit is contained in:
Laserlicht 2023-12-27 20:44:32 +01:00 committed by GitHub
parent c471b626a2
commit 207b5a2ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,10 @@ struct DLL_LINKAGE StartInfo
h & fileURI;
h & simturnsInfo;
h & turnTimerInfo;
h & cheatAllowed;
if(version >= 832)
h & cheatAllowed;
else
cheatAllowed = true;
h & mapname;
h & mapGenOptions;
h & campState;