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
commit9c6541c80bce7543453ed9c9972ce71060894377 (patch)
tree5703d7774e7ee037106c7b152f4e493c4fdf9346 /src/town.h
parentc03d4d5f49770eabe21687c062931c27108bc361 (diff)
downloadopenttd-9c6541c80bce7543453ed9c9972ce71060894377.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.