- implemented 'copy portal to wall' linedef type.

This commit is contained in:
Christoph Oelckers 2016-01-11 22:44:53 +01:00
commit 65022b780a
8 changed files with 75 additions and 9 deletions

View file

@ -478,6 +478,11 @@ void P_SerializeWorld (FArchive &arc)
}
arc << li->args[1] << li->args[2] << li->args[3] << li->args[4];
if (SaveVersion >= 4531)
{
arc << li->skybox;
}
for (j = 0; j < 2; j++)
{
if (li->sidedef[j] == NULL)