]> granicus.if.org Git - nethack/commit
options.c formatting; glob as named fruit
authorPatR <rankin@nethack.org>
Sat, 5 Jan 2019 03:03:34 +0000 (19:03 -0800)
committerPatR <rankin@nethack.org>
Sat, 5 Jan 2019 03:03:34 +0000 (19:03 -0800)
commitab5b400aeca97040ce1861803ac9e4c0027b9b3f
tree60a02de2170eeb9e70b9eda6e153e0ff0516093e
parentc0cce3110e9b5a63628c18fc675fc2462fac32f5
options.c formatting; glob as named fruit

This started out removing one tab and I got carried away.  It moves
some labels to column 2, removes some parentheses where sizeof is
used on strings rather than types, adds or revises several comments,
replaces a couple of 'while' loops which can be simplified as 'for'
loops, and updates named fruit handling.

"glob of black pudding" became "candied glob of black pudding" if used
as a fruit name, but "small glob of black pudding" was used as-is and
became indistinguishable from an actual small glob.  Unless you had
more than one; then you could try to check whether they merged into a
stack or coalesced into a bigger glob (but if neither of those changes
happened, you still couldn't tell which was the glob and which was the
named fruit).
src/options.c