Bombdropping Illness

origin
stpohle 23 years ago
parent 747493878a
commit e766605b61

@ -554,13 +554,11 @@ player_ilness_loop ()
break; break;
} }
} }
else if (type == PI_bomb) { else if (type == PI_bomb)
/* player is dropping bombs */ /* player is dropping bombs */
if (p->old.x != p->pos.x || p->old.y != p->pos.y)
player_drop_bomb (); player_drop_bomb ();
} }
} }
}
} }

Loading…
Cancel
Save