mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 13:38:21 +00:00
Trap converted to use xyz_location as m_Position instead of x, y, z
This commit is contained in:
@@ -74,6 +74,7 @@ public:
|
||||
|
||||
const xyz_heading operator -(const xyz_location& rhs) const;
|
||||
|
||||
void ABS_XYZ();
|
||||
bool isOrigin() const { return m_X == 0.0f && m_Y == 0.0f && m_Z == 0.0f;}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user