Fixes sign-compare warnings
This commit is contained in:
parent
a1494e938a
commit
9b0f5d9b0d
41 changed files with 109 additions and 108 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue