From 6e31c2f068180c16c1a7ece0f166c100bf4b4616 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 17 Nov 2011 21:09:08 +0000 Subject: (svn r23241) -Codechange: make the decision when to go to the custom drawn cursor more prominently during the initialisation of OpenTTD --- src/openttd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openttd.cpp') diff --git a/src/openttd.cpp b/src/openttd.cpp index cda4aa3c1..00ddade4b 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -782,6 +782,7 @@ int ttd_main(int argc, char *argv[]) /* restore saved music volume */ _music_driver->SetVolume(_settings_client.music.music_vol); + _video_driver->ClaimMousePointer(); NetworkStartUp(); // initialize network-core -- cgit v1.2.3-54-g00ecf