Home
last modified time | relevance | path

Searched refs:ScanForStationTiles (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dstation.cpp567 /* static */ bool StationRect::ScanForStationTiles(StationID st_id, int left_a, int top_a, int righ… in ScanForStationTiles() function in StationRect
593 …bool reduce_x = ((left_edge || right_edge) && !ScanForStationTiles(st->index, x, this->top, x, thi… in AfterRemoveTile()
594 …bool reduce_y = ((top_edge || bottom_edge) && !ScanForStationTiles(st->index, this->left, y, this-… in AfterRemoveTile()
H A Dbase_station_base.h46 static bool ScanForStationTiles(StationID st_id, int left_a, int top_a, int right_a, int bottom_a);