fixed case

This commit is contained in:
Andrew "Akari" Alexeyew 2012-07-14 11:49:58 +03:00
parent b36c774a14
commit 7a2a1b1ec1

View file

@ -66,7 +66,7 @@ void create_main_menu(MenuData *m) {
add_menu_entry(m, "Start Story", start_story, NULL);
add_menu_entry(m, "Start Extra", NULL, NULL);
#ifdef DEBUG
add_menu_entry(m, "Select stage", enter_stagemenu, NULL);
add_menu_entry(m, "Select Stage", enter_stagemenu, NULL);
#endif
add_menu_entry(m, "Options", enter_options, NULL);
add_menu_entry(m, "Quit", quit_menu, m);