1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-23 06:29:11 +00:00

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

This commit is contained in:
Darkvater
2006-04-29 14:31:16 +00:00
parent d3edede498
commit 8faf1838e6
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)
{