summaryrefslogtreecommitdiff
path: root/misc_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc_gui.c')
-rw-r--r--misc_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc_gui.c b/misc_gui.c
index c39cfb067..8bd360e41 100644
--- a/misc_gui.c
+++ b/misc_gui.c
@@ -1719,7 +1719,7 @@ static const Widget _cheat_widgets[] = {
{ WIDGETS_END},
};
-extern void DrawPlayerIcon(int p, int x, int y);
+extern void DrawPlayerIcon(PlayerID pid, int x, int y);
static void CheatsWndProc(Window *w, WindowEvent *e)
{