Merge branch 'master' into jgrpp
Remove 'byte' typedef
This commit is contained in:
@@ -186,7 +186,7 @@ void BaseStation::PostDestructor(size_t)
|
||||
InvalidateWindowData(WC_SELECT_STATION, 0, 0);
|
||||
}
|
||||
|
||||
bool BaseStation::SetRoadStopTileData(TileIndex tile, byte data, bool animation)
|
||||
bool BaseStation::SetRoadStopTileData(TileIndex tile, uint8_t data, bool animation)
|
||||
{
|
||||
for (RoadStopTileData &tile_data : this->custom_roadstop_tile_data) {
|
||||
if (tile_data.tile == tile) {
|
||||
|
Reference in New Issue
Block a user