diff options
Diffstat (limited to 'engines/cine/msg.cpp')
-rw-r--r-- | engines/cine/msg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/msg.cpp b/engines/cine/msg.cpp index b360dfd46e..d64111306a 100644 --- a/engines/cine/msg.cpp +++ b/engines/cine/msg.cpp @@ -54,7 +54,7 @@ void loadMsg(char *pMsgName) { ptr = readBundleFile(findFileInBundle(pMsgName)); - processPendingUpdates(1); + setMouseCursor(1); messageCount = READ_BE_UINT16(ptr); ptr += 2; |