(svn r14504) -Cleanup: Use the right variable type for tile offsets.
This commit is contained in:
@@ -299,7 +299,7 @@ static inline HouseSpec *GetHouseSpecs(HouseID house_id)
|
||||
return &_house_specs[house_id];
|
||||
}
|
||||
|
||||
TileIndex GetHouseNorthPart(HouseID &house);
|
||||
TileIndexDiff GetHouseNorthPart(HouseID &house);
|
||||
|
||||
/**
|
||||
* Check if a TownID is valid.
|
||||
|
Reference in New Issue
Block a user