From eb075660e7cb61b138c2da337115c59857f89e17 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 16 Jul 2008 22:55:07 +0000 Subject: network protocol cleanup, radar test (doesn't work) --- src/core/clientstate.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/clientstate.h') diff --git a/src/core/clientstate.h b/src/core/clientstate.h index 915f96f..6cd283d 100644 --- a/src/core/clientstate.h +++ b/src/core/clientstate.h @@ -41,6 +41,8 @@ public: inline bool detailvisible() const { return state_detailvisible; } + inline bool targetable() const { return state_targetable; } + /// client render fuzz factor inline float fuzz() const { return state_fuzz; }; @@ -53,8 +55,11 @@ public: math::Vector3f state_previouslocation; math::Axis state_previousaxis; + double state_screenlocation[3]; + bool state_visible; bool state_detailvisible; + bool state_targetable; float state_fuzz; }; -- cgit v1.2.3