aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2002-12-19 14:45:14 +0000
committerTravis Howell2002-12-19 14:45:14 +0000
commit4811fe5bc2fde866543de5343561632adc7bbc84 (patch)
tree5513734c414550e42d9ecd7175038dada458b7a4 /simon
parentfb408bb00dd61a292b02cda6a54a3cecb900ff71 (diff)
downloadscummvm-rg350-4811fe5bc2fde866543de5343561632adc7bbc84.tar.gz
scummvm-rg350-4811fe5bc2fde866543de5343561632adc7bbc84.tar.bz2
scummvm-rg350-4811fe5bc2fde866543de5343561632adc7bbc84.zip
*** empty log message ***
svn-id: r6026
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp2
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)