- fixed option menu binding command and removed scoreboard until MP is working again

Fixes #26
This commit is contained in:
Christoph Oelckers 2020-07-26 12:47:51 +02:00
parent af970b091e
commit 9b37489e3a
1 changed files with 4 additions and 3 deletions

View File

@ -557,8 +557,9 @@ OptionMenu "ActionControlsMenu"// protected
Control "$CNTRLMNU_TOGGLERUN" , "toggle cl_autorun"
Control "$CNTRLMNU_STRAFE" , "+strafe"
StaticText ""
Control "$CNTRLMNU_SCOREBOARD" , "+show_dukematch_scores"
// For later. Currently we have no working multiplayer.
//StaticText ""
//Control "$CNTRLMNU_SCOREBOARD" , "+show_dukematch_scores"
}
OptionMenu "ChatControlsMenu"// protected
@ -715,7 +716,7 @@ OptionMenu "OtherControlsMenu"// protected
Control "$CNTRLMNU_OPEN_SAVE" , "opensavemenu"
Control "$CNTRLMNU_OPEN_LOAD" , "openloadmenu"
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_MENU_QUIT" , "menu_quit"