summaryrefslogtreecommitdiff
path: root/gfxinit.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-10-28 00:09:59 +0000
committerDarkvater <darkvater@openttd.org>2005-10-28 00:09:59 +0000
commitf56199311284fe48c88d4a55a1794c1f485b151e (patch)
treebe85af0818bf0f725cf2730bda5a90f75c799da6 /gfxinit.c
parent1cc537970656e16cb361be4d6570cb76f8404df4 (diff)
downloadopenttd-f56199311284fe48c88d4a55a1794c1f485b151e.tar.xz
(svn r3096) - Feature: 'HOME' icon to saveload dialogs that jumps to the default save/load directory based on the dialog (added icon to openttd.grf, introduced FIOS_TYPE_DIRECT that allows arbitrary directory jumping).
- Fix: on Win32 capitalize the drive-letter in the saveload dialog windows when it is first opened.
Diffstat (limited to 'gfxinit.c')
-rw-r--r--gfxinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxinit.c b/gfxinit.c
index 9ca2234e0..d51802e1a 100644
--- a/gfxinit.c
+++ b/gfxinit.c
@@ -303,6 +303,7 @@ static const SpriteID _openttd_grf_indexes[] = {
317, 320, // { | } ~ tiny
93, 96, // { | } ~ medium
541, 544, // { | } ~ large
+ SPR_OPENTTD_BASE+138, SPR_OPENTTD_BASE+138, // icon
0xffff,
};