Fixes sign-compare warnings

This commit is contained in:
Marcus Minhorst 2025-07-18 18:47:44 -04:00 committed by Ricardo Luís Vaz Silva
commit 9b0f5d9b0d
41 changed files with 109 additions and 108 deletions

View file

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