aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
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