author | KUDr |
Wed, 03 May 2006 15:21:49 +0000 | |
changeset 3733 | d55384c51e44 |
parent 3732 | 84cadfb100ed |
child 3734 | f929883c5ae0 |
graph_gui.c | file | annotate | diff | comparison | revisions |
--- a/graph_gui.c Wed May 03 14:22:59 2006 +0000 +++ b/graph_gui.c Wed May 03 15:21:49 2006 +0000 @@ -212,7 +212,7 @@ /* 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); }