- fixed 'pause' keybinding control was disabled in the menu.

This commit is contained in:
Christoph Oelckers 2021-05-23 17:10:51 +02:00
parent 8aed9063f8
commit a63873d243

View file

@ -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"