some more script

This commit is contained in:
Nikolay Korolev
2021-01-20 21:12:42 +03:00
parent b4b4c996ba
commit ad745aae63
5 changed files with 13 additions and 11 deletions

View File

@ -286,9 +286,9 @@ int8 CRunningScript::ProcessCommands1600To1699(int32 command)
return 0;
case COMMAND_IS_FINAL_GAME:
#ifdef FINAL
UpdateCompareFlag(false);
#else
UpdateCompareFlag(true);
#else
UpdateCompareFlag(false);
#endif
return 0;
case COMMAND_SET_ALLOWED_COLLISION: