Make sure maps are updated before saving
Thanks to @fosnola for spotting the issue.
This commit is contained in:
@@ -2186,6 +2186,7 @@ void do_save(short mode) {
|
|||||||
print_buf();
|
print_buf();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if(univ.party.is_in_scenario()) save_outdoor_maps();
|
||||||
fs::path file = univ.file;
|
fs::path file = univ.file;
|
||||||
if(mode == 1 || file.empty())
|
if(mode == 1 || file.empty())
|
||||||
file = nav_put_party(file);
|
file = nav_put_party(file);
|
||||||
|
Reference in New Issue
Block a user