From dd9b6fffff8a84e6ee3a6ac8a7f1e6a73da58aba Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 11 Jul 2009 05:10:13 +0000 Subject: Bugfix to show the mouse cursor when restarting the game after returning to launcher svn-id: r42368 --- engines/cruise/font.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/cruise/font.cpp b/engines/cruise/font.cpp index 8da3621bdc..c1afba3c45 100644 --- a/engines/cruise/font.cpp +++ b/engines/cruise/font.cpp @@ -159,7 +159,9 @@ void initSystem(void) { switchPal = 0; masterScreen = 0; + changeCursor(CURSOR_NOMOUSE); changeCursor(CURSOR_NORMAL); + mouseOn(); strcpy(cmdLine, ""); -- cgit v1.2.3