mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Swap position of "load game" and "options" on main menu so that "load game" follows "new game", for consistency with the slightly different menu you get while in-game.
git-svn-id: https://svn.eduke32.com/eduke32@5068 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7845f5e2fe
commit
8fc08a71fa
1 changed files with 1 additions and 1 deletions
|
@ -277,8 +277,8 @@ MAKE_MENU_TOP_ENTRYLINK( "Quit Game", MEF_MainMenu, MAIN_QUITGAME, MENU_QUIT );
|
|||
|
||||
static MenuEntry_t *MEL_MAIN[] = {
|
||||
&ME_MAIN_NEWGAME,
|
||||
&ME_MAIN_OPTIONS,
|
||||
&ME_MAIN_LOADGAME,
|
||||
&ME_MAIN_OPTIONS,
|
||||
#ifndef DROIDMENU
|
||||
&ME_MAIN_HELP,
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue