whitespace cleanup

This commit is contained in:
Alam Ed Arias 2014-04-17 17:47:51 -04:00
parent f4b9b11451
commit d6e48e2168
1 changed files with 1 additions and 1 deletions

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