mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 09:12:22 +00:00
Remove print
This commit is contained in:
parent
08fab7e274
commit
425220a109
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue