From f56199311284fe48c88d4a55a1794c1f485b151e Mon Sep 17 00:00:00 2001 From: Darkvater Date: Fri, 28 Oct 2005 00:09:59 +0000 Subject: (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. --- table/sprites.h | 1 + 1 file changed, 1 insertion(+) (limited to 'table/sprites.h') diff --git a/table/sprites.h b/table/sprites.h index f520f96a9..e443753b0 100644 --- a/table/sprites.h +++ b/table/sprites.h @@ -60,6 +60,7 @@ enum Sprites { SPR_BOX_EMPTY = SPR_OPENTTD_BASE + 66, SPR_BOX_CHECKED = SPR_OPENTTD_BASE + 67, SPR_WINDOW_RESIZE = SPR_OPENTTD_BASE + 94, // resize icon + SPR_HOUSE_ICON = SPR_OPENTTD_BASE + 138, // arrow icons pointing in all 4 directions SPR_ARROW_DOWN = SPR_OPENTTD_BASE + 95, SPR_ARROW_UP = SPR_OPENTTD_BASE + 96, -- cgit v1.2.3-54-g00ecf