(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

@@ -1035,7 +1035,7 @@ static void NewgrfWndProc(Window *w, WindowEvent *e)
if(h) GfxFillRect(1, y + 1, 267, y + 12, 156);
// XXX - will be grf name later
DoDrawString(c->filename, 25, y + 2, h ? 0xC : 0x10);
DrawSprite(SPRITE_PALETTE(0x2EB | 0x30b8000), 5, y + 3);
DrawSprite(SPRITE_PALETTE(SPR_SQUARE | 0x30b8000), 5, y + 2);
y += NEWGRF_WND_PROC_ROWSIZE;
}