diff options
Diffstat (limited to 'simon')
| -rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 6f008afe77..7e59465fa9 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2647,7 +2647,7 @@ void SimonState::timer_proc1() { _timer_4++; - if (_game & GAME_SIMON2) ( + if (_game & GAME_SIMON2) { if (_lock_word & 0x80E9 || _lock_word & 2) return; } else if (_lock_word & 0xC0E9 || _lock_word & 2) |
