mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-31 05:20:51 +00:00
Foolish
This commit is contained in:
parent
0d3d1af317
commit
59751c81e9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue