File diff r16709:76a89a42f916 → r16710:faf33b3a6228
src/object_base.h
Show inline comments
 
@@ -28,6 +28,7 @@ struct Object : ObjectPool::PoolItem<&_o
 
	TileArea location;  ///< Location of the object
 
	Date build_date;    ///< Date of construction
 
	byte colour;        ///< Colour of the object, for display purpose
 
	byte view;          ///< The view setting for this object
 

	
 
	/** Make sure the object isn't zeroed. */
 
	Object() {}