mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-01-21 06:50:46 +00:00
Fix indent warning in sv_world.c
This commit is contained in:
parent
4a063679f8
commit
9fcb8a05e4
1 changed files with 2 additions and 2 deletions
|
@ -231,7 +231,7 @@ void SV_LinkEntity( sharedEntity_t *gEnt ) {
|
||||||
i = gEnt->r.maxs[0];
|
i = gEnt->r.maxs[0];
|
||||||
if (i<1)
|
if (i<1)
|
||||||
i = 1;
|
i = 1;
|
||||||
if (i>255)
|
if (i>255)
|
||||||
i = 255;
|
i = 255;
|
||||||
|
|
||||||
// z is not symetric
|
// z is not symetric
|
||||||
|
@ -255,7 +255,7 @@ void SV_LinkEntity( sharedEntity_t *gEnt ) {
|
||||||
i = gEnt->r.maxs[1];
|
i = gEnt->r.maxs[1];
|
||||||
if (i<1)
|
if (i<1)
|
||||||
i = 1;
|
i = 1;
|
||||||
if (i>255)
|
if (i>255)
|
||||||
i = 255;
|
i = 255;
|
||||||
|
|
||||||
// z is not symetric
|
// z is not symetric
|
||||||
|
|
Loading…
Reference in a new issue