mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove prints
This commit is contained in:
parent
f134c07c00
commit
8734db6cfd
1 changed files with 0 additions and 8 deletions
|
|
@ -1057,14 +1057,6 @@ void K_BuildBotTiccmd(player_t *player, ticcmd_t *cmd)
|
|||
// If you're too far, enable spindash & stay still.
|
||||
// If you're too close, start backing up.
|
||||
|
||||
if (player - players == displayplayers[0])
|
||||
{
|
||||
CONS_Printf("closeDist: %d\n", closeDist / FRACUNIT);
|
||||
CONS_Printf("farDist: %d\n", farDist / FRACUNIT);
|
||||
CONS_Printf("distToFinish: %d\n", distToFinish / FRACUNIT);
|
||||
CONS_Printf("========\n");
|
||||
}
|
||||
|
||||
if (distToFinish < closeDist)
|
||||
{
|
||||
// Silly way of getting us to reverse, but it respects the above code
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue