(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

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