Replaced uint with unsigned int
This commit is contained in:
parent
b2c57b6656
commit
649ddd7774
31 changed files with 86 additions and 90 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue