Menu now shrinks when closed instead of disappearing
[supertux.git] / src / game_session.cpp
index ecf7f92..8489356 100644 (file)
@@ -378,9 +378,14 @@ void
 GameSession::process_events()
 {
   // end of pause mode?
+  // XXX this looks like a fail-safe to unpause the game if there's no menu
+  // XXX having it enabled causes some unexpected problems
+  // XXX hopefully disabling it won't...
+  /*
   if(!Menu::current() && game_pause) {
     game_pause = false;
   }
+  */
 
   // playback a demo?
   if(playback_demo_stream != 0) {