summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-09 23:16:52 +0000
committerdominik <dominik@openttd.org>2004-12-09 23:16:52 +0000
commit416e2b67b13cd2238599e766ce4e6b65b6121ac8 (patch)
tree45bad2b52e086cfe08d4fac3c784cf65f5c1e9b7 /settings_gui.c
parent02bf3ed5c07451ae860bf4a197fca00908eb4293 (diff)
downloadopenttd-416e2b67b13cd2238599e766ce4e6b65b6121ac8.tar.xz
(svn r999) New icons for the network interface, newgrf gui and the tiny euro
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings_gui.c b/settings_gui.c
index 117f1eba8..63990ed2c 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -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;
}