town_gui.c
changeset 2187 2a51f8925eeb
parent 2186 461a2aff3486
child 2406 be5cfb8cd20d
--- a/town_gui.c	Sun Jul 24 14:12:37 2005 +0000
+++ b/town_gui.c	Sun Jul 24 15:56:31 2005 +0000
@@ -138,7 +138,7 @@
 
 					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;