- fix binding for centerview. Fixes #5.

This commit is contained in:
Mitchell Richters 2020-07-26 14:18:27 +10:00
parent 374a850565
commit 41ba78cc23
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ Space "+Jump"
LCtrl "+Crouch"
KP7 "+Aim_Up"
KP1 "+Aim_Down"
KP5 "+Center_View"
KP5 "centerview"
KP9 "+Look_Up"
KP3 "+Look_Down"
KP- "+Shrink_Screen"

View file

@ -609,7 +609,7 @@ OptionMenu "ActionControlsMenu"// protected
Control "$CNTRLMNU_LOOKLEFT" , "+look_left"
Control "$CNTRLMNU_LOOKRIGHT" , "+look_right"
}
Control "$CNTRLMNU_CENTERVIEW" , "+center_view"
Control "$CNTRLMNU_CENTERVIEW" , "centerview"
StaticText ""
Control "$CNTRLMNU_RUN" , "+run"

View file

@ -12,7 +12,7 @@ KP. "+Look_Right"
. "+Strafe_Right"
KP7 "+Aim_Up"
KP1 "+Aim_Down"
KP5 "+Center_View"
KP5 "centerview"
KP- "+Shrink_Screen"
KP+ "+Enlarge_Screen"
U "+Mouse_Aiming"