mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 04:02:30 +01:00
- rollback last change
This commit is contained in:
parent
790400938d
commit
7eaf0dcffc
@ -5076,7 +5076,6 @@ int glestMain(int argc, char** argv) {
|
||||
|
||||
ExceptionHandler::handleRuntimeError(ex.c_str(),true);
|
||||
}
|
||||
#ifndef WIN32_STACK_TRACE
|
||||
catch(...) {
|
||||
if(GlobalStaticFlags::getIsNonGraphicalModeEnabled() == false) {
|
||||
soundThreadManager = (program != NULL ? program->getSoundThreadManager(true) : NULL);
|
||||
@ -5089,7 +5088,7 @@ int glestMain(int argc, char** argv) {
|
||||
|
||||
ExceptionHandler::handleRuntimeError("Unknown error [main]!",true);
|
||||
}
|
||||
#endif
|
||||
|
||||
cleanupCRCThread();
|
||||
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
|
Loading…
x
Reference in New Issue
Block a user