1
0

Fixed most of the reordering warnings

This commit is contained in:
Tycho
2014-02-05 09:43:49 -08:00
parent 1f26c9f5ab
commit 8ba6f73169
12 changed files with 33 additions and 33 deletions

View File

@@ -946,11 +946,11 @@ void cRedstoneSimulator::HandlePressurePlate(int a_BlockX, int a_BlockY, int a_B
{
public:
cWoodenPressurePlateCallback(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_World) :
m_Entity(NULL),
m_World(a_World),
m_X(a_BlockX),
m_Y(a_BlockY),
m_Z(a_BlockZ),
m_World(a_World),
m_Entity(NULL)
m_Z(a_BlockZ)
{
}