EntityList::ProcessMove converted to xyz_location

This commit is contained in:
Arthur Ice
2014-11-30 23:50:24 -08:00
parent 54f3f7f343
commit e31c95670a
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ public:
void MobProcess();
void TrapProcess();
void BeaconProcess();
void ProcessMove(Client *c, float x, float y, float z);
void ProcessMove(Client *c, const xyz_location& location);
void ProcessMove(NPC *n, float x, float y, float z);
void AddArea(int id, int type, float min_x, float max_x, float min_y, float max_y, float min_z, float max_z);
void RemoveArea(int id);