summaryrefslogtreecommitdiff
path: root/town_gui.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-04-29 14:31:16 +0000
committerDarkvater <darkvater@openttd.org>2006-04-29 14:31:16 +0000
commit8faf1838e6fd61772d4dcd4a5bdd43b417046868 (patch)
treef065730f9826e0eef3ee0d92930150df6cbacd8c /town_gui.c
parentd3edede49865e916935ab21f384b8bdd3590fbd9 (diff)
downloadopenttd-8faf1838e6fd61772d4dcd4a5bdd43b417046868.tar.xz
(svn r4623) - Codechange: s/byte/PlayerID/
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 124be37dc..6512c42fc 100644
--- a/town_gui.c
+++ b/town_gui.c
@@ -29,7 +29,7 @@ static const Widget _town_authority_widgets[] = {
};
extern const byte _town_action_costs[8];
-extern void DrawPlayerIcon(int p, int x, int y);
+extern void DrawPlayerIcon(PlayerID pid, int x, int y);
/** Get a list of available actions to do at a town.
* @param *nump if not NULL add put the number of available actions in it