diff --git a/src/k_collide.c b/src/k_collide.c index a0fcf0ee5..c74672ae5 100644 --- a/src/k_collide.c +++ b/src/k_collide.c @@ -331,7 +331,7 @@ void K_EggMineBounce(mobj_t *t1, mobj_t *t2) boolean K_EggMineCollide(mobj_t *t1, mobj_t *t2) { - boolean sprung; + boolean sprung = false; if (t1->health <= 0 || t2->health <= 0) return true;