Browse Source

Updated settings check to only create default config when needed

pull/553/head
Jared Ballou 10 years ago
parent
commit
5c2a0b4070
  1. 6
      functions/game_settings.sh

6
functions/game_settings.sh

@ -174,12 +174,12 @@ fn_fix_game_dependencies() {
}
# Flush old setings buffer
fn_flush_game_settings
# Get the checksum of the current settings file to compare after loading gamedata
settings_file_md5="$(fn_get_md5sum "${settings_file}")"
# Flush old setings buffer
fn_flush_game_settings
# Import this game's settings
fn_import_game_settings "games/${selfname}/gamedata"

Loading…
Cancel
Save