if file browser canceled, don't save replay log
This commit is contained in:
@@ -4195,8 +4195,7 @@ void save_replay_log(){
|
|||||||
if(replaying) return;
|
if(replaying) return;
|
||||||
|
|
||||||
fs::path out_file = nav_put_rsrc({"xml"});
|
fs::path out_file = nav_put_rsrc({"xml"});
|
||||||
|
if(!out_file.empty()) start_log_file(out_file.string());
|
||||||
start_log_file(out_file.string());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void debug_crash() {
|
void debug_crash() {
|
||||||
|
Reference in New Issue
Block a user