]> granicus.if.org Git - nethack/commit
Fix accessing deleted fire trap
authorPasi Kallinen <paxed@alt.org>
Thu, 10 Jan 2019 19:47:04 +0000 (21:47 +0200)
committerPasi Kallinen <paxed@alt.org>
Thu, 10 Jan 2019 19:48:20 +0000 (21:48 +0200)
commit5e2236a3ef27555e9d86384909c2bf49dbf08e7f
treef27c8b24b0e7be45e830070d0b3826639ed8d6ca
parentb1782b813f418f13823efc2ae61a4b75df8254cb
Fix accessing deleted fire trap

melt_ice can delete the fire trap, in the case where the trap
is on ice, and a monster carrying a boulder triggers it, then drowns.

mintrap -> minliquid -> mondead -> ... -> mdrop_obj ->
   flooreffects -> boulder_hits_pool -> delfloortrap
src/trap.c