(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.
This commit is contained in:
Darkvater
2005-10-28 00:09:59 +00:00
parent eac803845e
commit 71fb375f8c
9 changed files with 62 additions and 19 deletions

View File

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