mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 23:45:14 +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__);
|
//if(Socket::enableDebugText) printf("In [%s::%s %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||||
|
|
||||||
init(window);
|
init(window);
|
||||||
//setState(originalState);
|
setState(originalState);
|
||||||
this->programState = originalState;
|
//this->programState = originalState;
|
||||||
|
|
||||||
|
|
||||||
//if(Socket::enableDebugText) printf("In [%s::%s %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
//if(Socket::enableDebugText) printf("In [%s::%s %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user