svn-id: r5375
This commit is contained in:
Oliver Kiehl 2002-11-02 09:38:43 +00:00
parent 130d898c7f
commit 8132e3e32f

View file

@ -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;
}
}