mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
- "alternative weapon" should be active in all games except Exhumed.
This commit is contained in:
parent
7747fc7fb0
commit
35b14753e7
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ OptionMenu "ActionControlsMenu"// protected
|
|||
{
|
||||
Control "$CNTRLMNU_ALTATTACK" , "+alt_fire"
|
||||
}
|
||||
ifgame(ShadowWarrior, Duke, Redneck, Blood)
|
||||
ifnotgame(Exhumed)
|
||||
{
|
||||
Control "$CNTRLMNU_ALTWEAPON" , "weapalt"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue