- 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:
Christoph Oelckers 2016-04-20 20:08:53 +02:00
commit 1c7b512cc0
11 changed files with 143 additions and 134 deletions

View file

@ -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++)
{