diff options
author | Paul Gilbert | 2009-07-11 05:10:13 +0000 |
---|---|---|
committer | Paul Gilbert | 2009-07-11 05:10:13 +0000 |
commit | dd9b6fffff8a84e6ee3a6ac8a7f1e6a73da58aba (patch) | |
tree | 4f378cf5ae7c19ffe0932416d9a822d0f7a53848 /engines | |
parent | a93008713a435d20d145729b2f403d475cd71cc0 (diff) | |
download | scummvm-rg350-dd9b6fffff8a84e6ee3a6ac8a7f1e6a73da58aba.tar.gz scummvm-rg350-dd9b6fffff8a84e6ee3a6ac8a7f1e6a73da58aba.tar.bz2 scummvm-rg350-dd9b6fffff8a84e6ee3a6ac8a7f1e6a73da58aba.zip |
Bugfix to show the mouse cursor when restarting the game after returning to launcher
svn-id: r42368
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cruise/font.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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, ""); |