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