This commit is contained in:
Anonymous275
2021-02-22 23:00:54 +02:00
parent ba5ba4b8b4
commit d96f968dde
3 changed files with 4 additions and 42 deletions

View File

@@ -25,12 +25,12 @@ int main(int argc, char* argv[]) {
std::thread th(flush);
th.detach();
#endif
GetEP(argv[0]);
InitLauncher(argc,argv);
//CheckDir(argc,argv);
try {
LegitimacyCheck();
}catch (std::exception&e){
}catch (std::exception& e){
fatal("Main 1 : " + std::string(e.what()));
}
PreGame(GetGameDir());