aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.cpp
diff options
context:
space:
mode:
authorGregory Montoir2006-03-15 22:34:46 +0000
committerGregory Montoir2006-03-15 22:34:46 +0000
commit8f38cb6ff3aa285e5e8a05e4db4b77f94c601347 (patch)
tree03bcd718d65a200bab8cf42be60364d7b6f45dc0 /engines/cine/cine.cpp
parentb46236ed7164f3b242c04fdc116eade68d3ab04c (diff)
downloadscummvm-rg350-8f38cb6ff3aa285e5e8a05e4db4b77f94c601347.tar.gz
scummvm-rg350-8f38cb6ff3aa285e5e8a05e4db4b77f94c601347.tar.bz2
scummvm-rg350-8f38cb6ff3aa285e5e8a05e4db4b77f94c601347.zip
added mouse cursors
svn-id: r21321
Diffstat (limited to 'engines/cine/cine.cpp')
-rw-r--r--engines/cine/cine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cine/cine.cpp b/engines/cine/cine.cpp
index 426ccc4a18..b874ca3501 100644
--- a/engines/cine/cine.cpp
+++ b/engines/cine/cine.cpp
@@ -182,8 +182,8 @@ int CineEngine::go() {
if (gameType == Cine::GID_FW)
snd_clearBasesonEntries();
- delete g_soundDriver;
delete g_sfxPlayer;
+ delete g_soundDriver;
return 0;
}
@@ -262,7 +262,7 @@ static void initialize() {
loadPrc(BOOT_PRC_NAME);
strcpy(currentPrcName, BOOT_PRC_NAME);
- processPendingUpdates(0);
+ setMouseCursor(0);
}
} // End of namespace Cine