1
0

Swapped m_Player and m_EndermanPos

This commit is contained in:
STRWarrior 2014-05-29 14:00:12 +02:00 committed by archshift
parent 9f03682258
commit 806130a967

View File

@ -14,8 +14,8 @@ class cPlayerLookCheck :
{ {
public: public:
cPlayerLookCheck(Vector3d a_EndermanPos) : cPlayerLookCheck(Vector3d a_EndermanPos) :
m_EndermanPos(a_EndermanPos), m_Player(NULL),
m_Player(NULL) m_EndermanPos(a_EndermanPos)
{ {
} }