Fix some horizontal scrolling issues in FF

svn-id: r21661
This commit is contained in:
Travis Howell 2006-04-07 09:04:36 +00:00
parent e806e891e3
commit c0e984a80a
4 changed files with 52 additions and 28 deletions

View file

@ -224,7 +224,7 @@ static const byte _simon2_cursors[10][256] = {
};
void SimonEngine::drawMousePointer() {
debug(0, "Mouse %d Anim %d Max %d", _mouseCursor, _mouseAnim, _mouseAnimMax);
//debug(0, "Mouse %d Anim %d Max %d", _mouseCursor, _mouseAnim, _mouseAnimMax);
if (getGameType() == GType_SIMON2)
_system->setMouseCursor(_simon2_cursors[_mouseCursor], 16, 16, 7, 7);