summaryrefslogtreecommitdiff
path: root/hal.h
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 /hal.h
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 'hal.h')
-rw-r--r--hal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hal.h b/hal.h
index 01b74a519..6511ba118 100644
--- a/hal.h
+++ b/hal.h
@@ -62,6 +62,7 @@ enum {
FIOS_TYPE_OLDFILE = 4,
FIOS_TYPE_SCENARIO = 5,
FIOS_TYPE_OLD_SCENARIO = 6,
+ FIOS_TYPE_DIRECT = 7,
};