or just... check longname?????
This commit is contained in:
parent
7a9bb9deea
commit
a8974a5f71
1 changed files with 2 additions and 2 deletions
|
|
@ -8366,8 +8366,8 @@ boolean P_LoadLevel(boolean fromnetsave, boolean reloadinggamestate)
|
|||
if (mapheaderinfo[gamemap-1])
|
||||
{
|
||||
encoreLump = vres_Find(curmapvirt, encoremode ? "ENCORE" : "TWEAKMAP");
|
||||
if (!encoreLump && strlen(maplumpname) < 8)
|
||||
oldEncore = W_CheckNumForName(va("%s%c", maplumpname, encoremode ? 'E' : 'T'));
|
||||
if (!encoreLump)
|
||||
oldEncore = W_CheckNumForLongName(va("%s%c", maplumpname, encoremode ? 'E' : 'T'));
|
||||
}
|
||||
|
||||
if (encoreLump)
|
||||
|
|
|
|||
Loading…
Reference in a new issue