(svn r999) New icons for the network interface, newgrf gui and the tiny euro

This commit is contained in:
dominik
2004-12-09 23:16:52 +00:00
parent 02bf3ed5c0
commit 416e2b67b1
7 changed files with 34 additions and 15 deletions

View File

@@ -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;