summaryrefslogtreecommitdiff
path: root/town_gui.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-09 23:16:52 +0000
committerdominik <dominik@openttd.org>2004-12-09 23:16:52 +0000
commitb747cd2fcdf0aa2b4f80ce4529da0cb76db76e2b (patch)
tree45bad2b52e086cfe08d4fac3c784cf65f5c1e9b7 /town_gui.c
parentc6cd07e2e38f49af948f50398ee25b4ea4cef322 (diff)
downloadopenttd-b747cd2fcdf0aa2b4f80ce4529da0cb76db76e2b.tar.xz
(svn r999) New icons for the network interface, newgrf gui and the tiny euro
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 c50ba13a8..a5d1c3a8d 100644
--- a/town_gui.c
+++ b/town_gui.c
@@ -135,7 +135,7 @@ static void TownAuthorityWndProc(Window *w, WindowEvent *e)
*/
SetDParam((IS_HUMAN_PLAYER(p->index) ? 4 : 3), str);
if (t->exclusivity == p->index) // red icon for player with exclusive rights
- DrawSprite((SPR_OPENTTD_BASE + 10) | 0x30b8000, 18, y);
+ DrawSprite((SPR_BLOT) | 0x30b8000, 18, y);
DrawString(28, y, STR_2024, 0);
y+=10;