]> granicus.if.org Git - nethack/commit
kicking coins bit (trunk only)
authornethack.rankin <nethack.rankin>
Tue, 20 Mar 2007 02:47:06 +0000 (02:47 +0000)
committernethack.rankin <nethack.rankin>
Tue, 20 Mar 2007 02:47:06 +0000 (02:47 +0000)
commitb410a0e514b88f784cdb76f412756710c8a82805
treeb0d2ced33dd277a97a9b6098cf32ba4ebbb2cdaa
parent98b7550059e0568810467e6ded44e3ee79251eac
kicking coins bit (trunk only)

     While looking into the ``NH343 bug - tamed a dog in a shop by kicking
food without being charged'' report (it's reproducible with current code),
I spotted a problem with some post-3.4.3 code.  Ancient compilers can't
handle initializers on auto arrays; this was probably meant to be static in
the first place.
src/dokick.c