- Exhumed only has 7 weapon slots.

Fixes #266.
This commit is contained in:
Christoph Oelckers 2020-08-26 17:12:42 +02:00
parent 2ae5f960c5
commit d05c839d79

View file

@ -565,11 +565,11 @@ OptionMenu "WeaponsControlMenu"// protected
Control "$CNTRLMNU_SLOT5" , "slot 5"
Control "$CNTRLMNU_SLOT6" , "slot 6"
Control "$CNTRLMNU_SLOT7" , "slot 7"
ifnotgame(Exhumed)
{
Control "$CNTRLMNU_SLOT8" , "slot 8"
Control "$CNTRLMNU_SLOT9" , "slot 9"
Control "$CNTRLMNU_SLOT0" , "slot 10"
ifnotgame(Exhumed)
{
StaticText ""
Control "$CNTRLMNU_HOLSTER" , "holsterweapon"
}