aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-05-26 15:55:42 +0000
committerTorbjörn Andersson2006-05-26 15:55:42 +0000
commitfba9e15916c1632328d1d5b12b5e20e64bd9a46c (patch)
tree51478d67fa82bd149d6e57228f58ed6771edc1f3 /engines
parent5bbdde5479dd64f823e3c315c917b1c78fc3aa63 (diff)
downloadscummvm-rg350-fba9e15916c1632328d1d5b12b5e20e64bd9a46c.tar.gz
scummvm-rg350-fba9e15916c1632328d1d5b12b5e20e64bd9a46c.tar.bz2
scummvm-rg350-fba9e15916c1632328d1d5b12b5e20e64bd9a46c.zip
We don't have a mouse cursor yet, but this is probably the point where it
should be shown. svn-id: r22663
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/kyra3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/kyra3.cpp b/engines/kyra/kyra3.cpp
index 59c8821510..309bfcdf70 100644
--- a/engines/kyra/kyra3.cpp
+++ b/engines/kyra/kyra3.cpp
@@ -218,6 +218,7 @@ int KyraEngine_v3::handleMainMenu(WSAMovieV3 *logo) {
drawMainMenu(strings);
_system->warpMouse(300, 180);
+ _screen->showMouse();
while (command == -1 && !_quitFlag) {
// yes 2 * _tickLength here not 3 * like in the first draw