]> granicus.if.org Git - nethack/commit
Fix monster triggering land mine accessing deleted trap
authorPasi Kallinen <paxed@alt.org>
Sun, 13 Oct 2019 17:52:34 +0000 (20:52 +0300)
committerPasi Kallinen <paxed@alt.org>
Sun, 13 Oct 2019 17:52:38 +0000 (20:52 +0300)
commitf200397689fbd31c65346c19e1ac646c6d9c4ed7
tree338556749c7b03e5f9f403cfe8a58d586499ef70
parent346ebbce10854ba70e28778ac4852936a68e5967
Fix monster triggering land mine accessing deleted trap

mintrap -> thitm -> mondied -> relobj -> mdrop_obj ->
flooreffects -> deltrap

after calling thitm, the mintrap code was trying to access the trap.
doc/fixes36.3
src/trap.c