From 18b04ab93f31e4701351dc35f847f2763d75c5e0 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 11 Aug 2012 19:54:57 +0000 Subject: Added partial shift+click handling to the survival inventory git-svn-id: http://mc-server.googlecode.com/svn/trunk@730 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/packets/cPacket_WindowClick.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/packets/cPacket_WindowClick.h') diff --git a/source/packets/cPacket_WindowClick.h b/source/packets/cPacket_WindowClick.h index e9abd80df..93dc5dc2e 100644 --- a/source/packets/cPacket_WindowClick.h +++ b/source/packets/cPacket_WindowClick.h @@ -15,7 +15,7 @@ public: , m_SlotNum( 0 ) , m_RightMouse( 0 ) , m_NumClicks( 0 ) - , m_Bool( false ) + , m_IsShiftPressed( false ) , m_ItemID( 0 ) , m_ItemCount( 0 ) , m_ItemUses( 0 ) @@ -33,9 +33,9 @@ public: // 9-35 = inventory // 36-44 = Hot bar - char m_RightMouse; // 0 = Left 1 = Right mb - short m_NumClicks; // Num clicks - bool m_Bool; // Shift pressed when clicked? + char m_RightMouse; // 0 = Left 1 = Right mb + short m_NumClicks; // Num clicks + bool m_IsShiftPressed; // Shift pressed when clicked? // Below = item short m_ItemID; // if this is -1 the next stuff dont exist -- cgit v1.2.3