summaryrefslogtreecommitdiff
path: root/src/map_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-09-21 11:23:33 +0000
committerrubidium <rubidium@openttd.org>2014-09-21 11:23:33 +0000
commit982f5a6aa2f600106f9bd292ebefcef52e6e65e6 (patch)
tree781d2ce0c99ac2261c600ef0a0b427a86ce3ffbc /src/map_type.h
parent18b98afabdc04874942b451b281ad28be967d1ae (diff)
downloadopenttd-982f5a6aa2f600106f9bd292ebefcef52e6e65e6.tar.xz
(svn r26878) -Change: move m6 to TileExtended to keep Tile 8 bytes and thus better alignable
Diffstat (limited to 'src/map_type.h')
-rw-r--r--src/map_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map_type.h b/src/map_type.h
index 9e0dec5aa..327f6d28f 100644
--- a/src/map_type.h
+++ b/src/map_type.h
@@ -32,6 +32,7 @@ struct Tile {
* 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
};