From 0fb69a859a3d0515a986eb6bf0189239b58f92a3 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Wed, 29 Aug 2018 18:12:18 -0400 Subject: [PATCH] Foolish --- src/p_enemy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_enemy.c b/src/p_enemy.c index 9bd5a9c79..9489693b5 100644 --- a/src/p_enemy.c +++ b/src/p_enemy.c @@ -8275,7 +8275,7 @@ void A_JawzChase(mobj_t *actor) && (G_RaceGametype() // Instantly go after in Race || (G_BattleGametype() && bestdist < RING_DIST>>FRACBITS))) // Wait until you're in distance in Battle { - CONS_Printf("ang: %d, dist: %d, wtarg: %d\n", bestang, bestdist, wtarg); + //CONS_Printf("ang: %d, dist: %d, wtarg: %d\n", bestang, bestdist, wtarg); P_SetTarget(&actor->tracer, players[wtarg].mo); }