-fixed warnings
This commit is contained in:
parent
074bce643a
commit
c3eec6db4d
2 changed files with 2 additions and 2 deletions
|
|
@ -893,7 +893,7 @@ void P_SetupPortals()
|
|||
{
|
||||
if (ss.mType == PORTS_STACKEDSECTORTHING && ss.mSkybox == s.mSkybox->target)
|
||||
{
|
||||
s.mPartner = (&ss) - §orPortals[0];
|
||||
s.mPartner = unsigned((&ss) - §orPortals[0]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue