summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2008-10-20 19:35:48 +0000
committermichi_cc <michi_cc@openttd.org>2008-10-20 19:35:48 +0000
commit02c99bdf66fe89c58bfac40bdf664f6bf907fc8b (patch)
tree5703d7774e7ee037106c7b152f4e493c4fdf9346 /src/town.h
parent6c35825453699f7490c19198cd8cc9e56b299d0c (diff)
downloadopenttd-02c99bdf66fe89c58bfac40bdf664f6bf907fc8b.tar.xz
(svn r14504) -Cleanup: Use the right variable type for tile offsets.
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town.h b/src/town.h
index eacb863ce..3e021756a 100644
--- a/src/town.h
+++ b/src/town.h
@@ -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.