OpenTTD Source
1.11.2
|
Helper structure to convert from the old waypoint system. More...
Data Fields | |
size_t | index |
TileIndex | xy |
TownID | town_index |
Town * | town |
uint16 | town_cn |
StringID | string_id |
std::string | name |
uint8 | delete_ctr |
Date | build_date |
uint8 | localidx |
uint32 | grfid |
const StationSpec * | spec |
Owner | owner |
size_t | new_index |
Helper structure to convert from the old waypoint system.
Definition at line 25 of file waypoint_sl.cpp.