SVN r27 (trunk)
This commit is contained in:
parent
e06ba32525
commit
25f90d6221
74 changed files with 1133 additions and 235 deletions
|
|
@ -395,11 +395,7 @@ void FGameConfigFile::DoGameSetup (const char *gamename)
|
|||
}
|
||||
|
||||
strcpy (subsection, "WeaponSlots");
|
||||
if (SetSection (section))
|
||||
{
|
||||
LocalWeapons.RestoreSlots (*this);
|
||||
}
|
||||
else
|
||||
if (!SetSection (section) || !LocalWeapons.RestoreSlots (*this))
|
||||
{
|
||||
SetupWeaponList (gamename);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue