mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- fixed 'pause' keybinding control was disabled in the menu.
This commit is contained in:
parent
8aed9063f8
commit
a63873d243
1 changed files with 1 additions and 1 deletions
|
@ -691,7 +691,7 @@ OptionMenu "OtherControlsMenu" protected
|
||||||
StaticText ""
|
StaticText ""
|
||||||
Control "$CNTRLMNU_SCREENSHOT" , "screenshot"
|
Control "$CNTRLMNU_SCREENSHOT" , "screenshot"
|
||||||
Control "$CNTRLMNU_CONSOLE" , "toggleconsole"
|
Control "$CNTRLMNU_CONSOLE" , "toggleconsole"
|
||||||
//Control "$CNTRLMNU_PAUSE" , "pause"
|
Control "$CNTRLMNU_PAUSE" , "pause"
|
||||||
|
|
||||||
StaticText ""
|
StaticText ""
|
||||||
Control "$CNTRLMNU_DISPLAY_INC" , "sizeup"
|
Control "$CNTRLMNU_DISPLAY_INC" , "sizeup"
|
||||||
|
|
Loading…
Reference in a new issue