mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed option menu binding command and removed scoreboard until MP is working again
Fixes #26
This commit is contained in:
parent
af970b091e
commit
9b37489e3a
1 changed files with 4 additions and 3 deletions
|
@ -557,8 +557,9 @@ OptionMenu "ActionControlsMenu"// protected
|
||||||
Control "$CNTRLMNU_TOGGLERUN" , "toggle cl_autorun"
|
Control "$CNTRLMNU_TOGGLERUN" , "toggle cl_autorun"
|
||||||
Control "$CNTRLMNU_STRAFE" , "+strafe"
|
Control "$CNTRLMNU_STRAFE" , "+strafe"
|
||||||
|
|
||||||
StaticText ""
|
// For later. Currently we have no working multiplayer.
|
||||||
Control "$CNTRLMNU_SCOREBOARD" , "+show_dukematch_scores"
|
//StaticText ""
|
||||||
|
//Control "$CNTRLMNU_SCOREBOARD" , "+show_dukematch_scores"
|
||||||
}
|
}
|
||||||
|
|
||||||
OptionMenu "ChatControlsMenu"// protected
|
OptionMenu "ChatControlsMenu"// protected
|
||||||
|
@ -715,7 +716,7 @@ OptionMenu "OtherControlsMenu"// protected
|
||||||
Control "$CNTRLMNU_OPEN_SAVE" , "opensavemenu"
|
Control "$CNTRLMNU_OPEN_SAVE" , "opensavemenu"
|
||||||
Control "$CNTRLMNU_OPEN_LOAD" , "openloadmenu"
|
Control "$CNTRLMNU_OPEN_LOAD" , "openloadmenu"
|
||||||
Control "$CNTRLMNU_OPEN_OPTIONS" , "openmenu optionsmenu"
|
Control "$CNTRLMNU_OPEN_OPTIONS" , "openmenu optionsmenu"
|
||||||
Control "$CNTRLMNU_OPEN_DISPLAY" , "openmenu displayoptions"
|
Control "$CNTRLMNU_OPEN_DISPLAY" , "openmenu videooptions"
|
||||||
Control "$CNTRLMNU_EXIT_TO_MAIN" , "menu_endgame"
|
Control "$CNTRLMNU_EXIT_TO_MAIN" , "menu_endgame"
|
||||||
Control "$CNTRLMNU_MENU_QUIT" , "menu_quit"
|
Control "$CNTRLMNU_MENU_QUIT" , "menu_quit"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue