diff options
| author | Travis Howell | 2005-10-05 11:37:26 +0000 |
|---|---|---|
| committer | Travis Howell | 2005-10-05 11:37:26 +0000 |
| commit | 05ea6d3a34ba3bb81c6e72cc6ace6603b4018118 (patch) | |
| tree | 9d8b22268b4f85bda19c5b4ca287bcdcfb62c743 /simon/verb.cpp | |
| parent | 99f36dafe86a155e8da20b2f2bbe64d27e5183ac (diff) | |
| download | scummvm-rg350-05ea6d3a34ba3bb81c6e72cc6ace6603b4018118.tar.gz scummvm-rg350-05ea6d3a34ba3bb81c6e72cc6ace6603b4018118.tar.bz2 scummvm-rg350-05ea6d3a34ba3bb81c6e72cc6ace6603b4018118.zip | |
Cleanup
svn-id: r18940
Diffstat (limited to 'simon/verb.cpp')
| -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 1d629d468e..556573c475 100644 --- a/simon/verb.cpp +++ b/simon/verb.cpp @@ -460,7 +460,7 @@ void SimonEngine::setup_hitarea_from_pos(uint x, uint y, uint mode) { if (_game & GF_SIMON2) { if (_bitArray[4] & 0x8000 || y < 134) { - x_ += _xScroll * 8; + x_ += _scrollX * 8; } } |
