mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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 (angle < ANGLE_180)
|
||||||
{
|
{
|
||||||
if (bot->player == &players[displayplayers[0]])
|
|
||||||
CONS_Printf("turn dir 2\n");
|
|
||||||
badsteerglobal = -amount;
|
badsteerglobal = -amount;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (bot->player == &players[displayplayers[0]])
|
|
||||||
CONS_Printf("turn dir 1\n");
|
|
||||||
badsteerglobal = amount;
|
badsteerglobal = amount;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue