mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
Added a more user friendly messagebox when network errors are encountered.
This commit is contained in:
@@ -361,9 +361,8 @@ void Program::showMessage(const char *msg) {
|
||||
//if(Socket::enableDebugText) printf("In [%s::%s %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
|
||||
init(window);
|
||||
//setState(originalState);
|
||||
this->programState = originalState;
|
||||
|
||||
setState(originalState);
|
||||
//this->programState = originalState;
|
||||
|
||||
//if(Socket::enableDebugText) printf("In [%s::%s %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
}
|
||||
|
Reference in New Issue
Block a user