mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-04 19:08:32 -04:00
fix: extractor dialog No selection (#2798)
This commit is contained in:
@@ -717,6 +717,8 @@ extern "C" void InitOTR() {
|
||||
exit(1);
|
||||
}
|
||||
extract.CallZapd();
|
||||
} else {
|
||||
exit(1);
|
||||
}
|
||||
if (Extractor::ShowYesNoBox("Extraction Complete", "ROM Extracted. Extract another?") == IDYES) {
|
||||
Extractor extract;
|
||||
|
||||
Reference in New Issue
Block a user