Scrolling comparisons should always be signed, fixes scrolling issue in maze of FF

svn-id: r21995
This commit is contained in:
Travis Howell 2006-04-18 00:15:25 +00:00
parent 614fc253a9
commit b4c8b498de
3 changed files with 7 additions and 6 deletions

View file

@ -2330,6 +2330,7 @@ void SimonEngine::set_video_mode_internal(uint mode, uint vga_res_id) {
_scrollCount = 0;
_scrollFlag = 0;
_scrollHeight = 134;
_variableArrayPtr = _variableArray;
if (_variableArray[34] >= 0) {
if (getGameType() == GType_FF)
_variableArray[250] = 0;