1
0
Fork 0

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

release/0.5
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 */ /* 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); DrawSprite(SPRITE_PALETTE(PLAYER_SPRITE_COLOR(p) + 0x2EB), x, y);
} }