(svn r14792) -Feature: make the date format for default savegame/screenshot names configurable
This commit is contained in:
@@ -61,6 +61,7 @@ struct GUISettings {
|
||||
byte autosave; ///< how often should we do autosaves?
|
||||
bool keep_all_autosave; ///< name the autosave in a different way
|
||||
bool autosave_on_exit; ///< save an autosave when you quit the game, but do not ask "Do you really want to quit?"
|
||||
uint8 date_format_in_default_names; ///< should the default savegame/screenshot name use long dates (31th Dec 2008), short dates (31-12-2008) or ISO dates (2008-12-31)
|
||||
byte max_num_autosaves; ///< controls how many autosavegames are made before the game starts to overwrite (names them 0 to max_num_autosaves - 1)
|
||||
bool population_in_label; ///< show the population of a town in his label?
|
||||
uint8 right_mouse_btn_emulation; ///< should we emulate right mouse clicking?
|
||||
|
Reference in New Issue
Block a user