Tiny formatting fix
This commit is contained in:
@@ -95,9 +95,7 @@ struct obj {
|
|||||||
Bitfield(recharged, 3); /* number of times it's been recharged */
|
Bitfield(recharged, 3); /* number of times it's been recharged */
|
||||||
#define on_ice recharged /* corpse on ice */
|
#define on_ice recharged /* corpse on ice */
|
||||||
Bitfield(lamplit, 1); /* a light-source -- can be lit */
|
Bitfield(lamplit, 1); /* a light-source -- can be lit */
|
||||||
Bitfield(
|
Bitfield(globby, 1); /* combines with like types on adjacent squares */
|
||||||
globby,
|
|
||||||
1); /* globby; will combine with like types on adjacent squares */
|
|
||||||
Bitfield(greased, 1); /* covered with grease */
|
Bitfield(greased, 1); /* covered with grease */
|
||||||
Bitfield(nomerge, 1); /* set temporarily to prevent merging */
|
Bitfield(nomerge, 1); /* set temporarily to prevent merging */
|
||||||
Bitfield(was_thrown, 1); /* thrown by hero since last picked up */
|
Bitfield(was_thrown, 1); /* thrown by hero since last picked up */
|
||||||
|
|||||||
Reference in New Issue
Block a user