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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user