Fix one definition rule violations
This commit is contained in:
@@ -58,9 +58,6 @@ Implements the 1.9 protocol classes:
|
||||
|
||||
|
||||
|
||||
/** The slot number that the client uses to indicate "outside the window". */
|
||||
static const Int16 SLOT_NUM_OUTSIDE = -999;
|
||||
|
||||
/** Value for main hand in Hand parameter for Protocol 1.9. */
|
||||
static const UInt32 MAIN_HAND = 0;
|
||||
static const UInt32 OFF_HAND = 1;
|
||||
@@ -1034,6 +1031,9 @@ void cProtocol_1_9_0::HandlePacketWindowClick(cByteBuffer & a_ByteBuffer)
|
||||
cItem Item;
|
||||
ReadItem(a_ByteBuffer, Item);
|
||||
|
||||
/** The slot number that the client uses to indicate "outside the window". */
|
||||
static const Int16 SLOT_NUM_OUTSIDE = -999;
|
||||
|
||||
// Convert Button, Mode, SlotNum and HeldItem into eClickAction:
|
||||
eClickAction Action;
|
||||
switch ((Mode << 8) | Button)
|
||||
|
||||
Reference in New Issue
Block a user