summaryrefslogtreecommitdiff
path: root/town_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'town_gui.c')
-rw-r--r--town_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/town_gui.c b/town_gui.c
index ec84048a6..86794a7c7 100644
--- a/town_gui.c
+++ b/town_gui.c
@@ -138,7 +138,7 @@ static void TownAuthorityWndProc(Window *w, WindowEvent *e)
SetDParam(4, str);
if (t->exclusivity == p->index) // red icon for player with exclusive rights
- DrawSprite((SPR_BLOT) | 0x30b8000, 18, y);
+ DrawSprite((SPR_BLOT) | PALETTE_TO_RED, 18, y);
DrawString(28, y, STR_2024, 0);
y+=10;