Fixed rclk in doublechests

FS #284

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1127 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2013-01-08 05:01:06 +00:00
parent 8798c529d2
commit 71d71410fd
4 changed files with 84 additions and 12 deletions
+2 -2
View File
@@ -106,7 +106,6 @@ public:
protected:
cSlotAreas m_SlotAreas;
private:
char m_WindowID;
int m_WindowType;
AString m_WindowTitle;
@@ -114,7 +113,8 @@ private:
cCriticalSection m_CS;
cPlayerList m_OpenedBy;
bool m_IsDestroyed;
bool m_IsDestroyed;
bool m_ShouldDistributeToHotbarFirst; ///< If set (default), shift+click tries to distribute to hotbar first, then other areas. False for doublechests
cWindowOwner * m_Owner;