Replaced uint with unsigned int
This commit is contained in:
parent
b2c57b6656
commit
649ddd7774
31 changed files with 86 additions and 90 deletions
|
|
@ -3209,7 +3209,7 @@ void MapLoader::LoadLevel(MapData *map, const char *lumpname, int position)
|
|||
LoadLightmap(map);
|
||||
}
|
||||
|
||||
for (uint i = 0; i < MAXPLAYERS; ++i)
|
||||
for (unsigned int i = 0; i < MAXPLAYERS; ++i)
|
||||
{
|
||||
if (Level->PlayerInGame(i) && Level->Players[i]->mo != nullptr)
|
||||
Level->Players[i]->health = Level->Players[i]->mo->health;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue