OpenTTD Source
20241108-master-g80f628063a
|
Helper structure to convert from the old waypoint system. More...
Data Fields | |
size_t | index |
TileIndex | xy |
TownID | town_index |
Town * | town |
uint16_t | town_cn |
StringID | string_id |
std::string | name |
uint8_t | delete_ctr |
TimerGameCalendar::Date | build_date |
uint8_t | localidx |
uint32_t | grfid |
const StationSpec * | spec |
Owner | owner |
size_t | new_index |
Helper structure to convert from the old waypoint system.
Definition at line 26 of file waypoint_sl.cpp.