1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +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

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;