hdd_image: Try to reopen existing disk image next time

Fixes #1766.
This commit is contained in:
Cacodemon345
2022-11-12 22:04:50 +06:00
committed by GitHub
parent cf26a6a88f
commit 335f58cbf6

View File

@@ -348,7 +348,6 @@ hdd_image_load(int id)
} else {
/* Failed for another reason */
hdd_image_log("Failed for another reason\n");
memset(hdd[id].fn, 0, sizeof(hdd[id].fn));
return 0;
}
} else {