0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-18 08:21:58 +00:00

whitespace cleanup

This commit is contained in:
Alam Ed Arias 2014-04-17 17:47:51 -04:00
parent f4b9b11451
commit d6e48e2168

View file

@ -8404,7 +8404,7 @@ boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcall
x = thiscam->x;
y = thiscam->y;
}
if (P_AproxDistance(x - player->mo->x, y - player->mo->y) < FixedMul(48*FRACUNIT, mo->scale))
player->mo->flags2 |= MF2_SHADOW;
else