1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

* minor campaign related improvements

This commit is contained in:
mateuszb
2012-09-22 15:16:45 +00:00
parent 8f936cd34d
commit 82e21f8b6e
5 changed files with 112 additions and 97 deletions

View File

@ -708,7 +708,7 @@ CConnection * CServerHandler::connectToServer()
if(!shared->sr->ready)
waitForServer();
th.update();
th.update(); //put breakpoint here to attach to server before it does something stupid
CConnection *ret = justConnectToServer(settings["server"]["server"].String(), port);
if(verbose)