- WH: use correct internal button for 'fly down'

This commit is contained in:
Christoph Oelckers 2021-06-27 09:36:47 +02:00
parent dd8505829e
commit 283ed142ad

View file

@ -620,7 +620,7 @@ OptionMenu "ActionControlsMenu" protected
ifgame(Witchaven, Witchaven2) ifgame(Witchaven, Witchaven2)
{ {
Control "$CNTRLMNU_FLYUP" , "+alt_fire" Control "$CNTRLMNU_FLYUP" , "+alt_fire"
Control "$CNTRLMNU_FLYDOWN" , "+toggle_crouch" Control "$CNTRLMNU_FLYDOWN" , "+Quick_Kick"
Control "$CNTRLMNU_FLYSTOP" , "holsterweapon" Control "$CNTRLMNU_FLYSTOP" , "holsterweapon"
} }