- fixed problem with last_menu not being able to handle menues deeper than two submenues
[supertux.git] / src / setup.h
index 0f32be6..1c09579 100644 (file)
@@ -39,7 +39,7 @@ void process_options_menu(void);
 /** Return true if the gameloop() was entered, false otherwise */
 bool process_load_game_menu();
 
-void update_load_save_game_menu(Menu* pmenu, int load);
+void update_load_save_game_menu(Menu* pmenu);
 void parseargs(int argc, char * argv[]);
 
 #endif /*SUPERTUX_SETUP_H*/