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

@ -426,7 +426,7 @@ void P_FreeLevelData (bool fullgc)
void P_SetupLevel(FLevelLocals *Level, int position, bool newGame)
{
uint i;
unsigned int i;
Level->ShaderStartTime = I_msTimeFS(); // indicate to the shader system that the level just started