summaryrefslogtreecommitdiff
path: root/town_gui.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-03-26 22:58:11 +0000
committerDarkvater <Darkvater@openttd.org>2006-03-26 22:58:11 +0000
commit2e0505d689eac82a9165e00598a65b93de5d124b (patch)
tree306c34ac943440a31f5c1e4a193144c16b8c7503 /town_gui.c
parentf77bb24d93d4064f4304547f8a93e82cfc3bb9f5 (diff)
downloadopenttd-2e0505d689eac82a9165e00598a65b93de5d124b.tar.xz
(svn r4133) - Some miscellaneous changes (unconverted TownID in function definition, Owner instead of byte, remove obsolete member and compare waypoint index with 0 not STR_NULL)
Diffstat (limited to 'town_gui.c')
-rw-r--r--town_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/town_gui.c b/town_gui.c
index 587f80449..124be37dc 100644
--- a/town_gui.c
+++ b/town_gui.c
@@ -334,7 +334,7 @@ static const WindowDesc _town_view_scen_desc = {
TownViewWndProc
};
-void ShowTownViewWindow(uint town)
+void ShowTownViewWindow(TownID town)
{
Window *w;