From e29c21f367a60048fc7592c5f2d8eb877e998501 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 30 Dec 2015 17:29:44 +0200 Subject: [PATCH] Tiny formatting fix --- include/obj.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/obj.h b/include/obj.h index eacbd42d3..f2acaf80e 100644 --- a/include/obj.h +++ b/include/obj.h @@ -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 */