Merge branch 'netarchive-fix' into version-prep

This commit is contained in:
fickleheart 2019-03-16 15:00:02 -05:00
commit 4b71ac7b6b
1 changed files with 73 additions and 78 deletions

View File

@ -679,10 +679,6 @@ static void P_NetArchiveWorld(void)
WRITEUINT16(put, 0xffff);
mld = W_CacheLumpNum(lastloadedmaplumpnum+ML_LINEDEFS, PU_CACHE);
msd = W_CacheLumpNum(lastloadedmaplumpnum+ML_SIDEDEFS, PU_CACHE);
if (mld && msd)
{
// do lines
for (i = 0; i < numlines; i++, mld++, li++)
{
@ -763,7 +759,6 @@ static void P_NetArchiveWorld(void)
WRITEINT32(put, si->midtexture);
}
}
}
WRITEUINT16(put, 0xffff);
R_ClearTextureNumCache(false);