We have our own mouse-cursor now! (graphics by Settra Gaia)
[supertux.git] / src / gameloop.cpp
index ba8ec36..d59de79 100644 (file)
@@ -570,7 +570,10 @@ void game_draw(void)
     }
 
   if(show_menu)
+  {
     menu_process_current();
+    mouse_cursor->draw();
+  }
 
   /* (Update it all!) */
   updatescreen();