mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- fix keybind for 'TurnAround' (Turn_Around > TurnAround) in line with recent changes.
This commit is contained in:
parent
0996e87f79
commit
e777225093
5 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@ KP-Enter "+Inventory"
|
|||
; "+Previous_Weapon"
|
||||
` "toggleconsole"
|
||||
|
||||
Backspace "+Turn_Around"
|
||||
Backspace "+TurnAround"
|
||||
T "+Send_Message"
|
||||
Tab "+Map"
|
||||
F "+Map_Follow_Mode"
|
||||
|
|
|
@ -756,7 +756,7 @@ OptionMenu "ActionControlsMenu"// protected
|
|||
StaticText ""
|
||||
Control "$CNTRLMNU_TURNLEFT" , "+turn_left"
|
||||
Control "$CNTRLMNU_TURNRIGHT" , "+turn_right"
|
||||
Control "$CNTRLMNU_TURN180" , "+turn_around"
|
||||
Control "$CNTRLMNU_TURN180" , "+turnaround"
|
||||
|
||||
StaticText ""
|
||||
Control "$CNTRLMNU_JUMP" , "+jump"
|
||||
|
|
|
@ -40,7 +40,7 @@ Enter "+Inventory"
|
|||
KP-Enter "+Inventory"
|
||||
[ "+Inventory_Left"
|
||||
] "+Inventory_Right"
|
||||
Backspace "+Turn_Around"
|
||||
Backspace "+TurnAround"
|
||||
T "+Send_Message"
|
||||
Tab "+Map"
|
||||
- "+Shrink_Screen"
|
||||
|
|
|
@ -37,7 +37,7 @@ Enter "+Inventory"
|
|||
KP-Enter "+Inventory"
|
||||
[ "+Inventory_Left"
|
||||
] "+Inventory_Right"
|
||||
Backspace "+Turn_Around"
|
||||
Backspace "+TurnAround"
|
||||
T "+Send_Message"
|
||||
Tab "+Map"
|
||||
- "+Shrink_Screen"
|
||||
|
|
|
@ -41,7 +41,7 @@ Enter "+Inventory"
|
|||
KP-Enter "+Inventory"
|
||||
[ "+Inventory_Left"
|
||||
] "+Inventory_Right"
|
||||
Backspace "+Turn_Around"
|
||||
Backspace "+TurnAround"
|
||||
T "+Send_Message"
|
||||
Tab "+Map"
|
||||
- "+Shrink_Screen"
|
||||
|
|
Loading…
Reference in a new issue