1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-13 23:57:41 +02:00

NKAI: stability fixes and regression

This commit is contained in:
Andrii Danylchenko
2024-04-20 10:33:37 +03:00
parent ed76d8a652
commit 3939c4b9d3
7 changed files with 52 additions and 6 deletions

View File

@@ -375,6 +375,8 @@ int main(int argc, char * argv[])
while(!headlessQuit)
boost::this_thread::sleep_for(boost::chrono::milliseconds(200));
boost::this_thread::sleep_for(boost::chrono::milliseconds(500));
quitApplication();
}