Maybe I should write a post-commit hook that removes my debug print

This commit is contained in:
Antonio Martinez 2025-09-17 18:28:06 -04:00
parent 3941e088ad
commit 45d5993bea

View file

@ -3195,7 +3195,6 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
if (clash)
{
CONS_Printf("clash case\n");
player->spheres = max(player->spheres - 5, 0);
if (inflictor)