svn-id: r19787
This commit is contained in:
Travis Howell 2005-12-13 00:20:11 +00:00
parent e1492f3ba5
commit 88beea1d21
9 changed files with 359 additions and 411 deletions

View file

@ -222,7 +222,7 @@ static const byte _simon2_cursors[10][256] = {
0xff,0xff,0xff,0xff,0xff,0xff,0xe5,0xe5,0xe5,0xff,0xff,0xff,0xff,0xff,0xff,0xff },
};
void SimonEngine::draw_mouse_pointer() {
void SimonEngine::drawMousePointer() {
if (getGameType() == GType_SIMON2)
_system->setMouseCursor(_simon2_cursors[_mouseCursor], 16, 16, 7, 7);
else