diff options
Diffstat (limited to 'main_gui.c')
-rw-r--r-- | main_gui.c | 2 |
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) { |