diff --git a/graph_gui.c b/graph_gui.c --- a/graph_gui.c +++ b/graph_gui.c @@ -828,7 +828,8 @@ static void CompanyLeagueWndProc(Window case WE_PAINT: { Player *p; Player *plist[MAX_PLAYERS]; - size_t pl_num, i; + uint pl_num; + uint i; DrawWindowWidgets(w);