From 0d8dceea4310fde5706b3ce1c70609d72a38efdf Mon Sep 17 00:00:00 2001 From: John Schoenick Date: Wed, 9 Sep 2015 18:35:41 -0700 Subject: Updated the SDK with the latest code from the TF and HL2 branches. --- mp/src/game/server/items.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mp/src/game/server/items.h') diff --git a/mp/src/game/server/items.h b/mp/src/game/server/items.h index 5e7672c6..bc1bb77e 100644 --- a/mp/src/game/server/items.h +++ b/mp/src/game/server/items.h @@ -82,9 +82,10 @@ public: DECLARE_DATADESC(); protected: virtual void ComeToRest( void ); + bool m_bActivateWhenAtRest; private: - bool m_bActivateWhenAtRest; + COutputEvent m_OnPlayerTouch; COutputEvent m_OnCacheInteraction; -- cgit v1.2.3