Old targets will be auto updated.

Many non-English versions will be broken until information is updated.

svn-id: r19563
This commit is contained in:
Travis Howell 2005-11-12 06:01:24 +00:00
parent 5496f91269
commit b4908f449e
18 changed files with 1182 additions and 558 deletions

View file

@ -223,7 +223,7 @@ static const byte _simon2_cursors[10][256] = {
};
void SimonEngine::draw_mouse_pointer() {
if (_game & GF_SIMON2)
if (getGameType() == GType_SIMON2)
_system->setMouseCursor(_simon2_cursors[_mouseCursor], 16, 16, 7, 7);
else
_system->setMouseCursor(_simon1_cursor, 16, 16, 0, 0);