1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Add network thread termination logic for adventure map animations

This commit is contained in:
Ivan Savenko
2024-05-18 12:15:48 +00:00
parent 9bfe000724
commit d502850054
10 changed files with 36 additions and 8 deletions

View File

@@ -58,7 +58,6 @@
#include "../../lib/CConfigHandler.h"
#include "../../lib/GameConstants.h"
#include "../../lib/CRandomGenerator.h"
#include "../ConditionalWait.h"
std::shared_ptr<CMainMenu> CMM;
ISelectionScreenInfo * SEL;