(svn r19082) -Codechange: make 'developer' a regular setting

This commit is contained in:
smatz
2010-02-10 17:01:03 +00:00
parent 21bd2722cd
commit d8a0278cf2
4 changed files with 8 additions and 12 deletions

View File

@@ -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
};