summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/town_gui.cpp')
-rw-r--r--src/town_gui.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/town_gui.cpp b/src/town_gui.cpp
index 51894dfd4..f88eeb956 100644
--- a/src/town_gui.cpp
+++ b/src/town_gui.cpp
@@ -141,8 +141,9 @@ static void TownAuthorityWndProc(Window *w, WindowEvent *e)
(str++, true); // Outstanding
SetDParam(4, str);
- if (t->exclusivity == p->index) // red icon for player with exclusive rights
- DrawSprite(SPR_BLOT | PALETTE_TO_RED, 18, y);
+ if (t->exclusivity == p->index) { // red icon for player with exclusive rights
+ DrawSprite(SPR_BLOT, PALETTE_TO_RED, 18, y);
+ }
DrawString(28, y, STR_2024, 0);
y += 10;