diff --git a/source/glest_game/main/program.cpp b/source/glest_game/main/program.cpp index b674d98c..d6bb1bac 100644 --- a/source/glest_game/main/program.cpp +++ b/source/glest_game/main/program.cpp @@ -346,7 +346,8 @@ void Program::showMessage(const char *msg) { //if(Socket::enableDebugText) printf("In [%s::%s %d]\n",__FILE__,__FUNCTION__,__LINE__); - SDL_ShowCursor(SDL_ENABLE); + showCursor(true); + //SDL_WM_ToggleFullScreen(SDL_GetVideoSurface()); ShowMessageProgramState *showMsg = new ShowMessageProgramState(this, msg); this->programState = showMsg;