aboutsummaryrefslogtreecommitdiff
path: root/sword1/mouse.cpp
diff options
context:
space:
mode:
authorRobert Göffringmann2004-01-04 06:31:29 +0000
committerRobert Göffringmann2004-01-04 06:31:29 +0000
commita9a84aee229149e1ba195ada1ce0e719a9b20e41 (patch)
treeb41907a3bde69980aa9ad8f96ab843dc002bed54 /sword1/mouse.cpp
parentf0d0e4d4b337a9d39e384634d6ef1d1b23e329f3 (diff)
downloadscummvm-rg350-a9a84aee229149e1ba195ada1ce0e719a9b20e41.tar.gz
scummvm-rg350-a9a84aee229149e1ba195ada1ce0e719a9b20e41.tar.bz2
scummvm-rg350-a9a84aee229149e1ba195ada1ce0e719a9b20e41.zip
added control panel confirmation dialog.
svn-id: r12128
Diffstat (limited to 'sword1/mouse.cpp')
-rw-r--r--sword1/mouse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword1/mouse.cpp b/sword1/mouse.cpp
index a402f68f21..827a84a3d5 100644
--- a/sword1/mouse.cpp
+++ b/sword1/mouse.cpp
@@ -49,6 +49,7 @@ void SwordMouse::initialize(void) {
for (uint8 cnt = 0; cnt < 17; cnt++) // force res manager to keep mouse
_resMan->resOpen(MSE_POINTER + cnt); // cursors in memory all the time
+ _system->show_mouse(false);
createPointer(0, 0);
}