aboutsummaryrefslogtreecommitdiff
path: root/simon/verb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/verb.cpp')
-rw-r--r--simon/verb.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}