mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
Create menudef.txt
fixes issue only for option Chat > Say = (T) https://github.com/coelckers/Raze/issues/311
This commit is contained in:
parent
79823b430c
commit
bc66690349
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ OptionMenu "ChatControlsMenu" protected
|
|||
StaticTextSwitchable "$CNTRLMNU_SWITCHTEXT1", "$CNTRLMNU_SWITCHTEXT2", "ControlMessage"
|
||||
|
||||
StaticText ""
|
||||
Control "$CNTRLMNU_SAY" , "+send_message"
|
||||
Control "$CNTRLMNU_SAY" , "messagemode"
|
||||
}
|
||||
|
||||
OptionMenu "WeaponsControlMenu" protected
|
||||
|
|
Loading…
Reference in a new issue