- "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
1 changed files with 1 additions and 1 deletions

View File

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