Add missing code

svn-id: r6024
This commit is contained in:
Travis Howell 2002-12-19 14:34:26 +00:00
parent e9cb26cacf
commit f1ee93b898

View File

@ -2647,7 +2647,9 @@ void SimonState::timer_proc1()
{ {
_timer_4++; _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; return;
_timer_1++; _timer_1++;