aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/events.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-27 21:04:27 -0400
committerPaul Gilbert2014-03-27 21:04:27 -0400
commit377cbbe77d5c7f16aba086e4fb1707de843ddc1a (patch)
tree3a4d2e0e2df86cc4eef9f1373b27c17363984c81 /engines/mads/events.cpp
parent103e87b4049f05a5f7901110c9a685a435f60c2b (diff)
downloadscummvm-rg350-377cbbe77d5c7f16aba086e4fb1707de843ddc1a.tar.gz
scummvm-rg350-377cbbe77d5c7f16aba086e4fb1707de843ddc1a.tar.bz2
scummvm-rg350-377cbbe77d5c7f16aba086e4fb1707de843ddc1a.zip
MADS: Cleanup of game and player fields used during initialization
Diffstat (limited to 'engines/mads/events.cpp')
-rw-r--r--engines/mads/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/events.cpp b/engines/mads/events.cpp
index 4b143ec0e2..37a1eec969 100644
--- a/engines/mads/events.cpp
+++ b/engines/mads/events.cpp
@@ -76,7 +76,7 @@ void EventsManager::hideCursor() {
CursorMan.showMouse(false);
}
-void EventsManager::resetCursor() {
+void EventsManager::waitCursor() {
CursorType cursorId = (CursorType)MIN(_cursorSprites->getCount(), (int)CURSOR_WAIT);
_newCursorId = cursorId;
if (_cursorId != _newCursorId) {