(svn r14504) -Cleanup: Use the right variable type for tile offsets.

This commit is contained in:
michi_cc
2008-10-20 19:35:48 +00:00
parent c03d4d5f49
commit 9c6541c80b
3 changed files with 5 additions and 5 deletions

View File

@@ -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.