summaryrefslogtreecommitdiff
path: root/src/map_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-09-21 11:14:58 +0000
committerrubidium <rubidium@openttd.org>2014-09-21 11:14:58 +0000
commit04e2324b8f9083627354131cbe45a2164283b952 (patch)
tree8d7c4a274217ac7cd3d805cc95e8004c56496d24 /src/map_type.h
parent51a1c712f2f95439fe52679565cc3c3e9a6d23cf (diff)
downloadopenttd-04e2324b8f9083627354131cbe45a2164283b952.tar.xz
(svn r26873) -Change: split type_height into a type and height array (ic111)
Diffstat (limited to 'src/map_type.h')
-rw-r--r--src/map_type.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map_type.h b/src/map_type.h
index 3add9e64a..fbfc88308 100644
--- a/src/map_type.h
+++ b/src/map_type.h
@@ -17,7 +17,8 @@
* Look at docs/landscape.html for the exact meaning of the members.
*/
struct Tile {
- byte type_height; ///< The type (bits 4..7) and height of the northern corner
+ byte type; ///< The type (bits 4..7)
+ byte height; ///< The height of the northern corner.
byte m1; ///< Primarily used for ownership information
uint16 m2; ///< Primarily used for indices to towns, industries and stations
byte m3; ///< General purpose