diff -r 602e158900a2 -r 2b58160d667d src/graph_gui.cpp --- a/src/graph_gui.cpp Sun Jan 14 19:44:27 2007 +0000 +++ b/src/graph_gui.cpp Sun Jan 14 19:57:49 2007 +0000 @@ -218,7 +218,7 @@ void DrawPlayerIcon(PlayerID p, int x, int y) { - DrawSprite(SPRITE_PALETTE(PLAYER_SPRITE_COLOR(p) + 0x2EB), x, y); + DrawSprite(0x2EB, PLAYER_SPRITE_COLOR(p), x, y); } static void GraphLegendWndProc(Window *w, WindowEvent *e)