(svn r4623) - Codechange: s/byte/PlayerID/

This commit is contained in:
Darkvater
2006-04-29 14:31:16 +00:00
parent d50f899420
commit 26db3ac91f
7 changed files with 8 additions and 8 deletions

View File

@@ -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)
{