]> granicus.if.org Git - nethack/commitdiff
Tiny formatting fix
authorPasi Kallinen <paxed@alt.org>
Wed, 30 Dec 2015 15:29:44 +0000 (17:29 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 30 Dec 2015 15:29:44 +0000 (17:29 +0200)
include/obj.h

index eacbd42d37588b58b3896364a8ad744cf480bf7b..f2acaf80e1bedf1d2afefffc4dacba074f7cc243 100644 (file)
@@ -95,9 +95,7 @@ struct obj {
     Bitfield(recharged, 3); /* number of times it's been recharged */
 #define on_ice recharged    /* corpse on ice */
     Bitfield(lamplit, 1);   /* a light-source -- can be lit */
-    Bitfield(
-        globby,
-        1); /* globby; will combine with like types on adjacent squares */
+    Bitfield(globby, 1);    /* combines with like types on adjacent squares */
     Bitfield(greased, 1);    /* covered with grease */
     Bitfield(nomerge, 1);    /* set temporarily to prevent merging */
     Bitfield(was_thrown, 1); /* thrown by hero since last picked up */