mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-20 14:23:53 +00:00
Merge branch 'bug813' of https://github.com/vorenon/openmw into bug813
This commit is contained in:
commit
b97a051dc6
1 changed files with 2 additions and 2 deletions
|
@ -217,8 +217,8 @@ bool parseOptions (int argc, char** argv, OMW::Engine& engine, Files::Configurat
|
|||
StringsVector master = variables["master"].as<StringsVector>();
|
||||
if (master.empty())
|
||||
{
|
||||
std::cout << "No master file given. Assuming Morrowind.esm" << std::endl;
|
||||
master.push_back("Morrowind");
|
||||
std::cout << "No master file given. Aborting...\n";
|
||||
std::exit(1);
|
||||
}
|
||||
|
||||
StringsVector plugin = variables["plugin"].as<StringsVector>();
|
||||
|
|
Loading…
Reference in a new issue