town_gui.c
changeset 2187 2a51f8925eeb
parent 2186 461a2aff3486
child 2406 be5cfb8cd20d
equal deleted inserted replaced
2186:461a2aff3486 2187:2a51f8925eeb
   136 					(str++, r <= RATING_EXCELLENT) ||											// Excellent
   136 					(str++, r <= RATING_EXCELLENT) ||											// Excellent
   137 					(str++, true);														// Outstanding
   137 					(str++, true);														// Outstanding
   138 
   138 
   139 					SetDParam(4, str);
   139 					SetDParam(4, str);
   140 					if (t->exclusivity == p->index) // red icon for player with exclusive rights
   140 					if (t->exclusivity == p->index) // red icon for player with exclusive rights
   141 						DrawSprite((SPR_BLOT) | 0x30b8000, 18, y);
   141 						DrawSprite((SPR_BLOT) | PALETTE_TO_RED, 18, y);
   142 
   142 
   143 					DrawString(28, y, STR_2024, 0);
   143 					DrawString(28, y, STR_2024, 0);
   144 					y+=10;
   144 					y+=10;
   145 				}
   145 				}
   146 			}
   146 			}