]> granicus.if.org Git - nethack/commit
in_lava_effects (trunk only)
authornethack.rankin <nethack.rankin>
Sun, 11 Dec 2005 03:09:05 +0000 (03:09 +0000)
committernethack.rankin <nethack.rankin>
Sun, 11 Dec 2005 03:09:05 +0000 (03:09 +0000)
commitaa98091bfadaf392fee57752657e23e90e4b06f9
treebba8e50dfbc12c182bb8c5843bf74655a1e5537b
parent83b73be40cfc80be174980ba81750c5c45bfcd24
in_lava_effects (trunk only)

     The in_lava_effects flag should never be saved and restored; putting
it into the context struct was a mistake.  Move it to the iflags struct
(where the branch code already has it).  I haven't bumped the EDITLEVEL
setting.  Save and bones files from more that a few days ago were breifly
invalid but should be viable again.  Save and bones files from the past
couple of days are now no good; sorry about that.
include/context.h
include/flag.h
src/do_wear.c
src/trap.c