Fix some horizontal scrolling issues in FF
svn-id: r21661
This commit is contained in:
parent
e806e891e3
commit
c0e984a80a
4 changed files with 52 additions and 28 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue