From 71d71410fdeb4b47e543758186cdbee19a2baf6b Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 8 Jan 2013 05:01:06 +0000 Subject: Fixed rclk in doublechests FS #284 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1127 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/UI/Window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/UI/Window.h') diff --git a/source/UI/Window.h b/source/UI/Window.h index f939727c9..1c5fe4084 100644 --- a/source/UI/Window.h +++ b/source/UI/Window.h @@ -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; -- cgit v1.2.3