]> granicus.if.org Git - nethack/commit
tin opener fix
authorPatR <rankin@nethack.org>
Sun, 20 Dec 2015 01:11:33 +0000 (17:11 -0800)
committerPatR <rankin@nethack.org>
Sun, 20 Dec 2015 01:11:33 +0000 (17:11 -0800)
commit4b69dde2d72b46d30386935de8326043f02b238e
tree6727f040d23732bfc626e697ac61e9720314215e
parent43bf9c978db1cf4a94dc8a7188da97d33e9e9e2e
tin opener fix

Applying a non-wielded tin opener and then declining to pick a tin to
open would wield the opener without having any time elapse.

Reformat the new tin opener code.

Remove a no-longer-used label in doapply() in order to avoid a warning
from gcc.
src/apply.c
src/eat.c