Remove more VC++ warnings
This commit is contained in:
parent
f429510cd1
commit
940794929c
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue