Remove print

This commit is contained in:
Sally Cochenour 2020-04-02 00:45:01 -04:00
parent 08fab7e274
commit 425220a109

View file

@ -223,14 +223,10 @@ static void K_SteerFromWall(mobj_t *bot, line_t *ld)
if (angle < ANGLE_180)
{
if (bot->player == &players[displayplayers[0]])
CONS_Printf("turn dir 2\n");
badsteerglobal = -amount;
}
else
{
if (bot->player == &players[displayplayers[0]])
CONS_Printf("turn dir 1\n");
badsteerglobal = amount;
}
}