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:
@ -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()
|
||||
|
Reference in New Issue
Block a user