hopefully fixed the crash on exit, keep sectors script bundled in the sector and...
[supertux.git] / src / game_session.cpp
index f0da603..6fc8fb3 100644 (file)
@@ -473,8 +473,6 @@ GameSession::process_menu()
           main_loop->exit_screen();
           break;
       }
-    } else if(menu == options_menu) {
-      process_options_menu();
     }
   }
 }