summaryrefslogtreecommitdiff
path: root/src/newgrf_town.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_town.h')
-rw-r--r--src/newgrf_town.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_town.h b/src/newgrf_town.h
index bf888229e..090b3b67e 100644
--- a/src/newgrf_town.h
+++ b/src/newgrf_town.h
@@ -17,6 +17,6 @@
/* Currently there is no direct town resolver; we only need to get town
* variable results from inside stations, house tiles and industry tiles. */
-uint32 TownGetVariable(byte variable, byte parameter, bool *available, const Town *t);
+uint32 TownGetVariable(byte variable, byte parameter, bool *available, Town *t);
#endif /* NEWGRF_TOWN_H */