rename and invert the 'manual' arg to 'preview' in load_party()
This commit is contained in:
@@ -2012,7 +2012,7 @@ class cFilePicker {
|
||||
while(saves_loaded < parties_needed){
|
||||
fs::path next_file = save_file_mtimes[saves_loaded].first;
|
||||
cUniverse party_univ;
|
||||
if(!load_party(next_file, save_files[saves_loaded], false)){
|
||||
if(!load_party(next_file, save_files[saves_loaded], true)){
|
||||
// Below, we check the load_failed flag to display when a party is corrupt
|
||||
}
|
||||
saves_loaded++;
|
||||
|
Reference in New Issue
Block a user