mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-26 05:51:30 +00:00
- disable alternative weapon menu item for Witchaven.
This commit is contained in:
parent
acf442f687
commit
fd3d95dbe2
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ OptionMenu "WeaponsControlMenu" protected
|
||||||
StaticText ""
|
StaticText ""
|
||||||
Control "$CNTRLMNU_NEXTWEAPON" , "weapnext"
|
Control "$CNTRLMNU_NEXTWEAPON" , "weapnext"
|
||||||
Control "$CNTRLMNU_PREVIOUSWEAPON" , "weapprev"
|
Control "$CNTRLMNU_PREVIOUSWEAPON" , "weapprev"
|
||||||
ifnotgame(Exhumed)
|
ifnotgame(Exhumed, Witchaven, Witchaven2)
|
||||||
{
|
{
|
||||||
Control "$CNTRLMNU_ALTWEAPON" , "weapalt"
|
Control "$CNTRLMNU_ALTWEAPON" , "weapalt"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue