]> granicus.if.org Git - nethack/commit
Fix crystal ball use after being destroyed
authorPasi Kallinen <paxed@alt.org>
Sun, 1 Nov 2015 16:49:38 +0000 (18:49 +0200)
committerPasi Kallinen <paxed@alt.org>
Sun, 1 Nov 2015 16:49:43 +0000 (18:49 +0200)
commit9181f06dab298e2dcd21cbb4ae2cf774f26a423a
tree55e4c660d4b61c9162dc13ac352bbcc89b5267e8
parent07e2d6175f1d0235fcf606968ac00622ceb8bad6
Fix crystal ball use after being destroyed

Crystal ball can be destroyed when used, so pass the object parameter
back as null in that case.
include/extern.h
src/apply.c
src/artifact.c
src/detect.c