mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
fix condition
This commit is contained in:
parent
cc6a7caad3
commit
573e83ffc2
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ void OTRGame::init(){
|
||||||
mat.shader = shader;
|
mat.shader = shader;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(fs::exists("soh.exe") || fs::exists("soh.elf") && !fs::exists("oot.otr")) {
|
if((fs::exists("soh.exe") || fs::exists("soh.elf")) && !fs::exists("oot.otr")) {
|
||||||
hide_second_btn = true;
|
hide_second_btn = true;
|
||||||
sohFolder = ".";
|
sohFolder = ".";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue