]> granicus.if.org Git - nethack/commit
scroll of identify fix (trunk only)
authornethack.rankin <nethack.rankin>
Sun, 19 Feb 2006 05:47:57 +0000 (05:47 +0000)
committernethack.rankin <nethack.rankin>
Sun, 19 Feb 2006 05:47:57 +0000 (05:47 +0000)
commite6ba74027d798664d59daa64dcedae625d2afe80
tree27637ce0faff95bff8d6fc231e44b41bc8e33de5
parentff553c6995a57f0c153a79fd0c20646ac2df7ad7
scroll of identify fix (trunk only)

     My recent patch included a typo in a pline() call which broke compile,
and much worse, was accessing scroll of identify after using it up.  Cache
scroll->otyp, scroll->blessed, and scroll->cursed instead of re-re-ordering
the identify scroll/spell code.
src/invent.c
src/read.c