- GL handling of new portal data organization.
This also fixes some oversights with plane and horizon portals which were included in several checks.
This commit is contained in:
parent
9c6e7753d8
commit
1c7b512cc0
11 changed files with 143 additions and 134 deletions
|
|
@ -415,7 +415,7 @@ void P_SerializeWorld (FArchive &arc)
|
|||
arc << li->args[1] << li->args[2] << li->args[3] << li->args[4];
|
||||
|
||||
arc << li->portalindex;
|
||||
arc << li->skybox; // GZDoom addition.
|
||||
arc << li->portaltransferred; // GZDoom addition.
|
||||
|
||||
for (j = 0; j < 2; j++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue