mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove UFO damage debug print
This commit is contained in:
parent
e418996213
commit
7a1a4c58fb
1 changed files with 0 additions and 1 deletions
|
|
@ -939,7 +939,6 @@ boolean Obj_SpecialUFODamage(mobj_t *ufo, mobj_t *inflictor, mobj_t *source, UIN
|
||||||
if (grandprixinfo.gp)
|
if (grandprixinfo.gp)
|
||||||
{
|
{
|
||||||
grandprixinfo.rank.specialDamage += damage;
|
grandprixinfo.rank.specialDamage += damage;
|
||||||
CONS_Printf("new damage %d: %d\n", damage, grandprixinfo.rank.specialDamage);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
K_SetHitLagForObjects(ufo, inflictor, source, (damage / 3) + 2, true);
|
K_SetHitLagForObjects(ufo, inflictor, source, (damage / 3) + 2, true);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue