diff options
author | Travis Howell | 2002-12-19 14:45:14 +0000 |
---|---|---|
committer | Travis Howell | 2002-12-19 14:45:14 +0000 |
commit | 4811fe5bc2fde866543de5343561632adc7bbc84 (patch) | |
tree | 5513734c414550e42d9ecd7175038dada458b7a4 | |
parent | fb408bb00dd61a292b02cda6a54a3cecb900ff71 (diff) | |
download | scummvm-rg350-4811fe5bc2fde866543de5343561632adc7bbc84.tar.gz scummvm-rg350-4811fe5bc2fde866543de5343561632adc7bbc84.tar.bz2 scummvm-rg350-4811fe5bc2fde866543de5343561632adc7bbc84.zip |
*** empty log message ***
svn-id: r6026
-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) |