diff options
-rw-r--r-- | src/video/allegro_v.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/allegro_v.cpp b/src/video/allegro_v.cpp index a8d45b739..e225b05fd 100644 --- a/src/video/allegro_v.cpp +++ b/src/video/allegro_v.cpp @@ -237,7 +237,7 @@ static bool CreateMainSurface(uint w, uint h) bool VideoDriver_Allegro::ClaimMousePointer() { select_mouse_cursor(MOUSE_CURSOR_NONE); - show_mouse(_allegro_screen); + show_mouse(NULL); disable_hardware_cursor(); return true; } |