From fba9e15916c1632328d1d5b12b5e20e64bd9a46c Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 26 May 2006 15:55:42 +0000 Subject: We don't have a mouse cursor yet, but this is probably the point where it should be shown. svn-id: r22663 --- engines/kyra/kyra3.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') 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 -- cgit v1.2.3