This commit is contained in:
Christoph Oelckers 2016-04-22 09:15:37 +02:00
commit 20d3a72307
18 changed files with 246 additions and 150 deletions

View file

@ -893,7 +893,7 @@ void P_SetupPortals()
{
if (ss.mType == PORTS_STACKEDSECTORTHING && ss.mSkybox == s.mSkybox->target)
{
s.mPartner = (&ss) - &sectorPortals[0];
s.mPartner = unsigned((&ss) - &sectorPortals[0]);
}
}
}