Renamed more OSystem methods
svn-id: r13410
This commit is contained in:
parent
efb5f3777a
commit
14378cb56e
43 changed files with 258 additions and 258 deletions
|
@ -168,7 +168,7 @@ void ScummEngine::setCursorHotspot(int x, int y) {
|
|||
}
|
||||
|
||||
void ScummEngine::updateCursor() {
|
||||
_system->set_mouse_cursor(_grabbedCursor, _cursor.width, _cursor.height,
|
||||
_system->setMouseCursor(_grabbedCursor, _cursor.width, _cursor.height,
|
||||
_cursor.hotspotX, _cursor.hotspotY);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue