mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +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/MapObjects.h"
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
void QuestArtifactPlacer::process()
|
||||
{
|
||||
findZonesForQuestArts();
|
||||
@ -144,3 +146,5 @@ void QuestArtifactPlacer::addRandomArtifact(ArtifactID artid)
|
||||
RecursiveLock lock(externalAccessMutex);
|
||||
questArtifacts.push_back(artid);
|
||||
}
|
||||
|
||||
VCMI_LIB_NAMESPACE_END
|
||||
|
Loading…
x
Reference in New Issue
Block a user