1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-25 00:37:24 +02:00

Fixed single map victory crash

This commit is contained in:
Dydzio
2019-03-29 22:01:51 +01:00
parent ec536e613c
commit 97869fc36f
4 changed files with 10 additions and 2 deletions

View File

@ -191,6 +191,8 @@ void CVCMIServer::run()
{
gh->run(si->mode == StartInfo::LOAD_GAME);
}
while(state == EServerState::GAMEPLAY_ENDED)
boost::this_thread::sleep(boost::posix_time::milliseconds(50));
}
void CVCMIServer::threadAnnounceLobby()