- "alternative weapon" should be active in all games except Exhumed.

This commit is contained in:
Christoph Oelckers 2020-09-01 21:30:22 +02:00
parent 7747fc7fb0
commit 35b14753e7

View file

@ -481,7 +481,7 @@ OptionMenu "ActionControlsMenu"// protected
{ {
Control "$CNTRLMNU_ALTATTACK" , "+alt_fire" Control "$CNTRLMNU_ALTATTACK" , "+alt_fire"
} }
ifgame(ShadowWarrior, Duke, Redneck, Blood) ifnotgame(Exhumed)
{ {
Control "$CNTRLMNU_ALTWEAPON" , "weapalt" Control "$CNTRLMNU_ALTWEAPON" , "weapalt"
} }