From d2f6c10723ddc522ccc6e10195741f5553c7f6c4 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 5 Nov 2002 02:34:05 +0000 Subject: Minor simon code cleanup svn-id: r5406 --- simon/verb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simon/verb.cpp') diff --git a/simon/verb.cpp b/simon/verb.cpp index 9b1e0fc286..b0708e8f0c 100644 --- a/simon/verb.cpp +++ b/simon/verb.cpp @@ -53,7 +53,7 @@ void SimonState::defocusHitarea() HitArea *last; HitArea *ha; - if ((_game == GAME_SIMON2WIN) || (_game == GAME_SIMON2DOS)) { + if (_game & GAME_SIMON2) { if (_bit_array[4] & 0x8000) { o_unk_120(202); _last_hitarea_2_ptr = NULL; @@ -113,7 +113,7 @@ void SimonState::hitareaChangedHelper() { FillOrCopyStruct *fcs; - if ((_game == GAME_SIMON2WIN) || (_game == GAME_SIMON2DOS)) { + if (_game & GAME_SIMON2) { if (_bit_array[4] & 0x8000) return; } -- cgit v1.2.3