Cleanup.
svn-id: r19787
This commit is contained in:
parent
e1492f3ba5
commit
88beea1d21
9 changed files with 359 additions and 411 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue