OpenTTD Source 20241224-master-gf74b0cf984
|
Data that is stored per tile. More...
Data Fields | |
uint8_t | m6 |
General purpose. | |
uint8_t | m7 |
Primarily used for newgrf support. | |
uint16_t | m8 |
General purpose. | |
Data that is stored per tile.
Also used TileBase for this. Look at docs/landscape.html for the exact meaning of the members.
Definition at line 48 of file map_func.h.
uint8_t Tile::TileExtended::m6 |
uint8_t Tile::TileExtended::m7 |
Primarily used for newgrf support.
Definition at line 50 of file map_func.h.
Referenced by Tile::m7().
uint16_t Tile::TileExtended::m8 |