summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph_gui.cpp')
-rw-r--r--src/graph_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp
index 53ebd1fc2..4ba8df21e 100644
--- a/src/graph_gui.cpp
+++ b/src/graph_gui.cpp
@@ -218,7 +218,7 @@ static void DrawGraph(const GraphDrawer *gw)
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)