summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-09 15:11:46 +0000
committerrubidium <rubidium@openttd.org>2009-09-09 15:11:46 +0000
commit324389cf0b96cf686c2f824b3da249efdbbbd243 (patch)
tree73e3014a1e1b22ccfeab89edd9305c3780cd72e2 /src/settings_type.h
parenta8070263366171208f93f9e0613ddb3e717cbf3d (diff)
downloadopenttd-324389cf0b96cf686c2f824b3da249efdbbbd243.tar.xz
(svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'.
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 3b74c5d1b..fb986adf9 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -102,6 +102,8 @@ struct GUISettings {
uint16 network_chat_box_width; ///< width of the chat box in pixels
uint8 network_chat_box_height; ///< height of the chat box in lines
#endif
+
+ bool show_date_in_logs; ///< whether to show dates in console logs
};
/** Settings related to currency/unit systems. */