- implemented 'copy portal to wall' linedef type.
This commit is contained in:
parent
196c9bc34d
commit
65022b780a
8 changed files with 75 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue