(svn r4713) - Fix: random crashes when opening some GUI (i.e. cheats window) on Win32 debug build.

This commit is contained in:
KUDr 2006-05-03 15:21:49 +00:00
parent 790d0b1703
commit 9cd88e7153
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ static void DrawGraph(const GraphDrawer *gw)
/* GRAPH LEGEND */
/****************/
void DrawPlayerIcon(int p, int x, int y)
void DrawPlayerIcon(PlayerID p, int x, int y)
{
DrawSprite(SPRITE_PALETTE(PLAYER_SPRITE_COLOR(p) + 0x2EB), x, y);
}