From d6e48e216836e02da37a5eb7130751bf3f214998 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Thu, 17 Apr 2014 17:47:51 -0400 Subject: [PATCH] whitespace cleanup --- src/p_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_user.c b/src/p_user.c index abded5621..9cd1e31b6 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -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