mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-23 12:01:40 +00:00
- WH: use correct internal button for 'fly down'
This commit is contained in:
parent
dd8505829e
commit
283ed142ad
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ OptionMenu "ActionControlsMenu" protected
|
|||
ifgame(Witchaven, Witchaven2)
|
||||
{
|
||||
Control "$CNTRLMNU_FLYUP" , "+alt_fire"
|
||||
Control "$CNTRLMNU_FLYDOWN" , "+toggle_crouch"
|
||||
Control "$CNTRLMNU_FLYDOWN" , "+Quick_Kick"
|
||||
Control "$CNTRLMNU_FLYSTOP" , "holsterweapon"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue