- Fixed: The MAPINFO keyword resetinventory only worked when traveling to a redirected map.
SVN r2108 (trunk)
This commit is contained in:
parent
7df898c88e
commit
8de8924c47
2 changed files with 15 additions and 7 deletions
|
|
@ -85,7 +85,9 @@ level_info_t *FindLevelInfo (const char *mapname)
|
|||
int i;
|
||||
|
||||
if ((i = FindWadLevelInfo (mapname)) > -1)
|
||||
{
|
||||
return &wadlevelinfos[i];
|
||||
}
|
||||
else
|
||||
{
|
||||
if (TheDefaultLevelInfo.LevelName.IsEmpty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue