Bombdropping Illness

origin
stpohle 23 years ago
parent 747493878a
commit e766605b61

@ -554,14 +554,12 @@ player_ilness_loop ()
break;
}
}
else if (type == PI_bomb) {
else if (type == PI_bomb)
/* player is dropping bombs */
if (p->old.x != p->pos.x || p->old.y != p->pos.y)
player_drop_bomb ();
}
}
}
}
/* player picked up the death powerup, add timeout for

Loading…
Cancel
Save