(svn r21453) -Codechange: add the view of an object to the savegame

This commit is contained in:
rubidium
2010-12-10 21:32:04 +00:00
parent fdeab92dc7
commit cd6180a46d
5 changed files with 15 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ struct Object : ObjectPool::PoolItem<&_object_pool> {
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() {}