(svn r26873) -Change: split type_height into a type and height array (ic111)

This commit is contained in:
rubidium
2014-09-21 11:14:58 +00:00
parent 51a1c712f2
commit 04e2324b8f
6 changed files with 49 additions and 16 deletions

View File

@@ -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