Fixes sign-compare warnings

This commit is contained in:
Marcus Minhorst 2025-07-18 18:47:44 -04:00 committed by Ricardo Luís Vaz Silva
commit 9b0f5d9b0d
41 changed files with 109 additions and 108 deletions

View file

@ -1313,7 +1313,7 @@ void DAutomap::changeWindowLoc ()
void DAutomap::startDisplay()
{
int pnum;
uint pnum;
f_oldloc.x = FLT_MAX;
amclock = 0;
@ -2809,7 +2809,7 @@ void DAutomap::drawPlayers ()
mpoint_t pt;
DAngle angle;
int i;
uint i;
if (!multiplayer)
{