mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
return false instead of std::exit
This commit is contained in:
parent
b97a051dc6
commit
ed6098388f
@ -218,7 +218,7 @@ bool parseOptions (int argc, char** argv, OMW::Engine& engine, Files::Configurat
|
||||
if (master.empty())
|
||||
{
|
||||
std::cout << "No master file given. Aborting...\n";
|
||||
std::exit(1);
|
||||
return false;
|
||||
}
|
||||
|
||||
StringsVector plugin = variables["plugin"].as<StringsVector>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user