summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-02-11 18:50:47 +0000
committerfrosch <frosch@openttd.org>2009-02-11 18:50:47 +0000
commit032346cf8a21d1af604db8aecf5f03d58997e418 (patch)
tree717fc81d934cae1a2abe2a694c4ad55aa012b0af /src/town.h
parent92584d0149ef440e2d155765f8987593e8e23a08 (diff)
downloadopenttd-032346cf8a21d1af604db8aecf5f03d58997e418.tar.xz
(svn r15452) -Codechange: Add DC_NO_MODIFY_TOWN_RATING.
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 2aac3bd4e..0f544de22 100644
--- a/src/town.h
+++ b/src/town.h
@@ -355,7 +355,7 @@ void UpdateTownMaxPass(Town *t);
void UpdateTownRadius(Town *t);
bool CheckIfAuthorityAllowsNewStation(TileIndex tile, DoCommandFlag flags);
Town *ClosestTownFromTile(TileIndex tile, uint threshold);
-void ChangeTownRating(Town *t, int add, int max);
+void ChangeTownRating(Town *t, int add, int max, DoCommandFlag flags);
HouseZonesBits GetTownRadiusGroup(const Town *t, TileIndex tile);
void SetTownRatingTestMode(bool mode);
uint GetMaskOfTownActions(int *nump, CompanyID cid, const Town *t);