- menudef.txt: Remove a few Exhumed exclusions.

* These didn't seem to apply (as in, these functions worked out of the box for Exhumed) so I forgot about checking this.
This commit is contained in:
Mitchell Richters 2020-09-22 19:53:24 +10:00
parent d338e60841
commit 2bc4291817

View file

@ -498,10 +498,7 @@ OptionMenu "ActionControlsMenu"// protected
StaticText ""
Control "$CNTRLMNU_TURNLEFT" , "+turn_left"
Control "$CNTRLMNU_TURNRIGHT" , "+turn_right"
ifnotgame(Exhumed)
{
Control "$CNTRLMNU_TURN180" , "turnaround"
}
Control "$CNTRLMNU_TURN180" , "turnaround"
StaticText ""
Control "$CNTRLMNU_JUMP" , "+jump"
@ -520,11 +517,8 @@ OptionMenu "ActionControlsMenu"// protected
Control "$CNTRLMNU_AIMDOWN" , "+aim_down"
Control "$CNTRLMNU_LOOKUP" , "+look_up"
Control "$CNTRLMNU_LOOKDOWN" , "+look_down"
ifnotgame(Exhumed)
{
Control "$CNTRLMNU_LOOKLEFT" , "+look_left"
Control "$CNTRLMNU_LOOKRIGHT" , "+look_right"
}
Control "$CNTRLMNU_LOOKLEFT" , "+look_left"
Control "$CNTRLMNU_LOOKRIGHT" , "+look_right"
Control "$CNTRLMNU_CENTERVIEW" , "centerview"
StaticText ""