summaryrefslogtreecommitdiff
path: root/src/map_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map_type.h')
-rw-r--r--src/map_type.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map_type.h b/src/map_type.h
index 620885e5d..7af391b46 100644
--- a/src/map_type.h
+++ b/src/map_type.h
@@ -33,8 +33,9 @@ assert_compile(sizeof(Tile) == 8);
* Look at docs/landscape.html for the exact meaning of the members.
*/
struct TileExtended {
- byte m6; ///< General purpose
- byte m7; ///< Primarily used for newgrf support
+ byte m6; ///< General purpose
+ byte m7; ///< Primarily used for newgrf support
+ uint16 m8; ///< General purpose
};
/**