1
0

Merge pull request #635 from tonibm19/master

Exported Item:IsEnchantable and Monster:MoveToPosition to Lua API
This commit is contained in:
Mattes D
2014-02-04 09:23:03 -08:00
6 changed files with 19 additions and 4 deletions

View File

@@ -2339,7 +2339,7 @@ bool cWorld::FindAndDoWithPlayer(const AString & a_PlayerNameHint, cPlayerListCa
// TODO: This interface is dangerous!
cPlayer * cWorld::FindClosestPlayer(const Vector3f & a_Pos, float a_SightLimit, bool a_CheckLineOfSight)
cPlayer * cWorld::FindClosestPlayer(const Vector3d & a_Pos, float a_SightLimit, bool a_CheckLineOfSight)
{
cTracer LineOfSight(this);