mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 13:21:31 +00:00
whitespace cleanup
This commit is contained in:
parent
f4b9b11451
commit
d6e48e2168
1 changed files with 1 additions and 1 deletions
|
@ -8404,7 +8404,7 @@ boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcall
|
||||||
x = thiscam->x;
|
x = thiscam->x;
|
||||||
y = thiscam->y;
|
y = thiscam->y;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (P_AproxDistance(x - player->mo->x, y - player->mo->y) < FixedMul(48*FRACUNIT, mo->scale))
|
if (P_AproxDistance(x - player->mo->x, y - player->mo->y) < FixedMul(48*FRACUNIT, mo->scale))
|
||||||
player->mo->flags2 |= MF2_SHADOW;
|
player->mo->flags2 |= MF2_SHADOW;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue