mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
Revert "Correcting https://bugs.openmw.org/issues/3906"
This reverts commit b0abed00e59aa8472daf0bb55bd6f5096e1d013b.
This commit is contained in:
parent
3356fb81ce
commit
41fb17f39b
@ -172,9 +172,6 @@ Launcher::FirstRunDialogResult Launcher::MainDialog::showFirstRunDialog()
|
||||
}
|
||||
}
|
||||
|
||||
if(!setupGameData())
|
||||
return FirstRunDialogResultFailure;
|
||||
|
||||
return setup() ? FirstRunDialogResultContinue : FirstRunDialogResultFailure;
|
||||
}
|
||||
|
||||
@ -347,10 +344,6 @@ bool Launcher::MainDialog::setupGameSettings()
|
||||
file.close();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Launcher::MainDialog::setupGameData() {
|
||||
QStringList dataDirs;
|
||||
|
||||
// Check if the paths actually contain data files
|
||||
@ -386,6 +379,7 @@ bool Launcher::MainDialog::setupGameData() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -72,7 +72,6 @@ namespace Launcher
|
||||
bool setupLauncherSettings();
|
||||
bool setupGameSettings();
|
||||
bool setupGraphicsSettings();
|
||||
bool setupGameData();
|
||||
|
||||
void setVersionLabel();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user