OpenTTD Source
20241108-master-g80f628063a
|
Structure for storing data while searching the best place to build a statue. More...
Public Member Functions | |
StatueBuildSearchData (TileIndex best_pos, int count) | |
Data Fields | |
TileIndex | best_position |
Best position found so far. | |
int | tile_count |
Number of tiles tried. | |
Structure for storing data while searching the best place to build a statue.
Definition at line 3377 of file town_cmd.cpp.