mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
fix: extractor dialog No selection (#2798)
This commit is contained in:
parent
f9a696e9bd
commit
f27ef0ec3b
1 changed files with 2 additions and 0 deletions
|
@ -717,6 +717,8 @@ extern "C" void InitOTR() {
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
extract.CallZapd();
|
extract.CallZapd();
|
||||||
|
} else {
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
if (Extractor::ShowYesNoBox("Extraction Complete", "ROM Extracted. Extract another?") == IDYES) {
|
if (Extractor::ShowYesNoBox("Extraction Complete", "ROM Extracted. Extract another?") == IDYES) {
|
||||||
Extractor extract;
|
Extractor extract;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue