Replaced uint with unsigned int

This commit is contained in:
Marcus Minhorst 2025-07-19 10:00:49 -04:00 committed by Ricardo Luís Vaz Silva
commit 649ddd7774
31 changed files with 86 additions and 90 deletions

View file

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