mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 05:25:01 +03:00
Fixed extraction on torch
This commit is contained in:
parent
6eae88de77
commit
fe1535494b
@ -78,6 +78,9 @@ GameEngine::GameEngine() {
|
||||
}
|
||||
|
||||
if (ShowYesNoBox("Extraction Complete", "ROM Extracted. Extract another?") == IDYES) {
|
||||
if (!fs::exists("mods")) {
|
||||
fs::create_directories("mods");
|
||||
}
|
||||
if(!GenAssetFile()){
|
||||
ShowMessage("Error", "An error occured, no O2R file was generated.");
|
||||
} else {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit c11ad9e2a2b2cffd7108d1ea03fad65d825a6683
|
||||
Subproject commit 3c42ac507f587f9dbba51cbd8fa3135a92899088
|
Loading…
Reference in New Issue
Block a user