mirror of
https://github.com/halpz/re3.git
synced 2025-05-13 05:36:39 +03:00
Script stuff + bug fixes
This commit is contained in:
parent
92af18c165
commit
7fae683316
16 changed files with 288 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue