mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
Add missing code
svn-id: r6024
This commit is contained in:
parent
e9cb26cacf
commit
f1ee93b898
@ -2647,7 +2647,9 @@ void SimonState::timer_proc1()
|
||||
{
|
||||
_timer_4++;
|
||||
|
||||
if (_lock_word & 0xC0E9 || _lock_word & 2)
|
||||
if ((_game & GAME_SIMON2) && (_lock_word & 0x80E9 || _lock_word & 2)) {
|
||||
return;
|
||||
} else if (_lock_word & 0xC0E9 || _lock_word & 2)
|
||||
return;
|
||||
|
||||
_timer_1++;
|
||||
|
Loading…
Reference in New Issue
Block a user