1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Revert "Pathfinding: do path calculation in separate thread"

This reverts commit f376b27999.
This commit is contained in:
ArseniyShestakov
2015-11-09 09:35:56 +03:00
parent f376b27999
commit 45e4cf354e
4 changed files with 1 additions and 28 deletions

View File

@@ -314,8 +314,6 @@ public:
boost::shared_mutex *mx;
unique_ptr<boost::thread> pathfinderWorking;
void giveHeroArtifact(CGHeroInstance *h, ArtifactID aid);
void apply(CPack *pack);