Remove more VC++ warnings

This commit is contained in:
Randy Heit 2014-04-03 17:51:15 -05:00
commit 940794929c
3 changed files with 3 additions and 3 deletions

View file

@ -7893,7 +7893,7 @@ scriptwait:
if (tag != 0)
secnum = P_FindSectorFromTag (tag, -1);
else
secnum = P_PointInSector (x, y) - sectors;
secnum = int(P_PointInSector (x, y) - sectors);
if (secnum >= 0)
{