OpenTTD
|
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 2821 of file town_cmd.cpp.