mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
backwards compatibility
This commit is contained in:
parent
c471b626a2
commit
207b5a2ed0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user