Script stuff + bug fixes

This commit is contained in:
Nikolay Korolev 2019-07-04 01:16:24 +03:00
parent 92af18c165
commit 7fae683316
16 changed files with 288 additions and 15 deletions

View file

@ -1572,7 +1572,7 @@ void CReplay::Display()
if (Mode == MODE_RECORD)
return;
counter = (counter + 1) % 65536;
if (counter & 0x20 == 0)
if ((counter & 0x20) == 0)
return;
CFont::SetPropOn();
CFont::SetBackgroundOff();