File diff r2186:5ee653b1b5e1 → r2187:60cea7c48bf4
town_gui.c
Show inline comments
 
@@ -138,7 +138,7 @@ static void TownAuthorityWndProc(Window 
 

	
 
					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;