summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-02-10 17:01:03 +0000
committersmatz <smatz@openttd.org>2010-02-10 17:01:03 +0000
commitd8a0278cf2d78efeb96846568e0cddaa46c60cf2 (patch)
treeb6dd1ffae94c0a76c83985b83922d02fd4b7880c /src/settings_type.h
parent21bd2722cd89995370523385c213da32c8d47100 (diff)
downloadopenttd-d8a0278cf2d78efeb96846568e0cddaa46c60cf2.tar.xz
(svn r19082) -Codechange: make 'developer' a regular setting
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 b875844f7..8a7c15ed4 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -106,6 +106,7 @@ struct GUISettings {
uint8 network_chat_box_height; ///< height of the chat box in lines
#endif
+ uint8 developer; ///< print non-fatal warnings in console (>= 1), copy debug output to console (== 2)
bool show_date_in_logs; ///< whether to show dates in console logs
};