forked from mirror/OpenTTD
(svn r26873) -Change: split type_height into a type and height array (ic111)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user