Build fix

This commit is contained in:
Shauren
2018-02-05 21:08:09 +01:00
committed by Aokromes
parent c385edb12d
commit bf2d223cc3

View File

@@ -847,6 +847,7 @@ bool Creature::AIM_Create(CreatureAI* ai /*= nullptr*/)
Motion_Initialize();
i_AI = ai ? ai : FactorySelector::SelectAI(this);
return true;
}
void Creature::AI_InitializeAndEnable()