summaryrefslogtreecommitdiff
path: root/main_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 /main_gui.c
parentd3edede49865e916935ab21f384b8bdd3590fbd9 (diff)
downloadopenttd-8faf1838e6fd61772d4dcd4a5bdd43b417046868.tar.xz
(svn r4623) - Codechange: s/byte/PlayerID/
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_gui.c b/main_gui.c
index bcd03de08..71c77d001 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -580,7 +580,7 @@ static void UpdatePlayerMenuHeight(Window *w)
}
}
-extern void DrawPlayerIcon(int p, int x, int y);
+extern void DrawPlayerIcon(PlayerID pid, int x, int y);
static void PlayerMenuWndProc(Window *w, WindowEvent *e)
{