mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-07 16:42:45 +00:00
Remove debugprint
This commit is contained in:
parent
16628c59ca
commit
2b291c107f
1 changed files with 1 additions and 1 deletions
|
|
@ -10156,7 +10156,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
|||
player->superringalert = 0;
|
||||
player->superringpeak = 0;
|
||||
player->counterdash += TICRATE/8;
|
||||
CONS_Printf("bailcharge: %d\n", player->bailcharge);
|
||||
// CONS_Printf("bailcharge: %d\n", player->bailcharge);
|
||||
player->stunned = BAILSTUN - player->bailcharge; // note: bailcharge goes up by 2 every tic, not 1, so this is actually - charge duration *2
|
||||
player->bailcharge = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue