diff options
-rw-r--r-- | simon/verb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/verb.cpp b/simon/verb.cpp index f9785adcd5..9b1e0fc286 100644 --- a/simon/verb.cpp +++ b/simon/verb.cpp @@ -328,7 +328,7 @@ void SimonState::setup_hitarea_from_pos(uint x, uint y, uint mode) if (_game & GAME_SIMON2) { if (_bit_array[4] & 0x8000 || y < 134) { - x += _x_scroll * 8; + x_ += _x_scroll * 8; } } |