Skip to content

Commit

Permalink
Merge pull request #35770 from Kodiologist/autoautosave
Browse files Browse the repository at this point in the history
Enable autosave by default
  • Loading branch information
Rivet-the-Zombie committed Nov 30, 2019
2 parents 0d2c11b + 9972283 commit edd2598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ void options_manager::add_options_general()

add( "AUTOSAVE", "general", translate_marker( "Autosave" ),
translate_marker( "If true, game will periodically save the map. Autosaves occur based on in-game turns or real-time minutes, whichever is larger." ),
false
true
);

add( "AUTOSAVE_TURNS", "general", translate_marker( "Game turns between autosaves" ),
Expand Down

0 comments on commit edd2598

Please sign in to comment.