summaryrefslogtreecommitdiff
path: root/graph_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'graph_gui.c')
-rw-r--r--graph_gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/graph_gui.c b/graph_gui.c
index 64e4bfdd7..76d008259 100644
--- a/graph_gui.c
+++ b/graph_gui.c
@@ -828,7 +828,8 @@ static void CompanyLeagueWndProc(Window *w, WindowEvent *e)
case WE_PAINT: {
Player *p;
Player *plist[MAX_PLAYERS];
- size_t pl_num, i;
+ uint pl_num;
+ uint i;
DrawWindowWidgets(w);