Fix compilation errors

This commit is contained in:
dP
2024-02-04 03:50:22 +05:30
parent 7a1afa55d6
commit 7e2ce7a494
37 changed files with 74 additions and 1656 deletions
+1 -1
View File
@@ -1744,7 +1744,7 @@ static bool GrowTownAtRoad(Town *t, TileIndex tile)
break;
}
uint16 prev_houses = t->cache.num_houses;
uint16_t prev_houses = t->cache.num_houses;
do {
RoadBits cur_rb = GetTownRoadBits(tile); // The RoadBits of the current tile