mirror of
https://github.com/vcmi/vcmi.git
synced 2025-05-13 22:06:58 +02:00
Fix build on macos
This commit is contained in:
parent
c7f4fe8243
commit
e25448e7cd
@ -20,6 +20,8 @@
|
|||||||
#include "../../mapObjects/CommonConstructors.h"
|
#include "../../mapObjects/CommonConstructors.h"
|
||||||
#include "../../mapObjects/MapObjects.h"
|
#include "../../mapObjects/MapObjects.h"
|
||||||
|
|
||||||
|
VCMI_LIB_NAMESPACE_BEGIN
|
||||||
|
|
||||||
void QuestArtifactPlacer::process()
|
void QuestArtifactPlacer::process()
|
||||||
{
|
{
|
||||||
findZonesForQuestArts();
|
findZonesForQuestArts();
|
||||||
@ -144,3 +146,5 @@ void QuestArtifactPlacer::addRandomArtifact(ArtifactID artid)
|
|||||||
RecursiveLock lock(externalAccessMutex);
|
RecursiveLock lock(externalAccessMutex);
|
||||||
questArtifacts.push_back(artid);
|
questArtifacts.push_back(artid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
VCMI_LIB_NAMESPACE_END
|
||||||
|
Loading…
x
Reference in New Issue
Block a user