mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-08 15:11:38 +00:00
Break
This commit is contained in:
parent
b15f7857c0
commit
0371791cce
1 changed files with 3 additions and 0 deletions
|
@ -373,7 +373,10 @@ bool Launcher::MainDialog::setupGameData()
|
||||||
<< "*.omwaddon";
|
<< "*.omwaddon";
|
||||||
|
|
||||||
if (!dir.entryList(filters).isEmpty())
|
if (!dir.entryList(filters).isEmpty())
|
||||||
|
{
|
||||||
foundData = true;
|
foundData = true;
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!foundData)
|
if (!foundData)
|
||||||
|
|
Loading…
Reference in a new issue