Fix legitimate signed/unsigned comparison warnings.
This commit is contained in:
parent
ed43a537d0
commit
91dc82ca00
4 changed files with 14 additions and 14 deletions
|
|
@ -11,7 +11,7 @@ class swwm_PolyobjectHandlePostProcessor: LevelPostProcessor
|
|||
return;
|
||||
|
||||
// Look for Polyobject StartSpots and create a handle for each
|
||||
for (int i = 0; i < GetThingCount(); i++)
|
||||
for (uint i = 0; i < GetThingCount(); i++)
|
||||
{
|
||||
// Ignore every thing that isn't a Polyobject StartSpot
|
||||
int ednum = GetThingEdNum(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue