summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2009-01-31 21:27:36 +0000
committerpeter1138 <peter1138@openttd.org>2009-01-31 21:27:36 +0000
commit6899955b0cd95e50dbc79f4094858eaa7c823d58 (patch)
tree9bccc1ceeddb744f6200486550461c6ca453a966 /src/settings_type.h
parent6df312cd544499721f013509211009aaf30ff4d2 (diff)
downloadopenttd-6899955b0cd95e50dbc79f4094858eaa7c823d58.tar.xz
(svn r15301) -Feature [FS#104]: Add option to group and subtotal expenses list in the company finance window. Concept from Zr40.
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 96a92fd11..c7fec6d4c 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -89,6 +89,7 @@ struct GUISettings {
bool station_dragdrop; ///< whether drag and drop is enabled for stations
bool station_show_coverage; ///< whether to highlight coverage area
bool persistent_buildingtools; ///< keep the building tools active after usage
+ uint8 expenses_layout; ///< Layout of expenses window
uint16 console_backlog_timeout; ///< the minimum amount of time items should be in the console backlog before they will be removed in ~3 seconds granularity.
uint16 console_backlog_length; ///< the minimum amount of items in the console backlog before items will be removed.