Add missing code
svn-id: r6024
This commit is contained in:
parent
e9cb26cacf
commit
f1ee93b898
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue