Fix indent warning in sv_world.c

This commit is contained in:
Zack Middleton 2018-03-06 18:38:45 -06:00
parent 4a063679f8
commit 9fcb8a05e4
1 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ void SV_LinkEntity( sharedEntity_t *gEnt ) {
i = gEnt->r.maxs[0];
if (i<1)
i = 1;
if (i>255)
if (i>255)
i = 255;
// z is not symetric
@ -255,7 +255,7 @@ void SV_LinkEntity( sharedEntity_t *gEnt ) {
i = gEnt->r.maxs[1];
if (i<1)
i = 1;
if (i>255)
if (i>255)
i = 255;
// z is not symetric