- redirected maps need to be defined in order to redirect
This commit is contained in:
parent
b50d7f4db5
commit
4ac76d82d8
2 changed files with 6 additions and 4 deletions
|
|
@ -562,8 +562,8 @@ void G_InitNew (const char *mapname, bool bTitleLevel)
|
|||
auto redirectmap = FindLevelInfo(mapname);
|
||||
if (redirectmap->RedirectCVAR != NAME_None)
|
||||
redirectmap = redirectmap->CheckLevelRedirect();
|
||||
if (redirectmap)
|
||||
mapname = redirectmap->MapName;
|
||||
if (redirectmap && redirectmap->MapName.GetChars()[0])
|
||||
mapname = redirectmap->MapName;
|
||||
}
|
||||
|
||||
G_VerifySkill();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue