Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/clientstate.h')
-rw-r--r--src/core/clientstate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/clientstate.h b/src/core/clientstate.h
index 42ead3d..f914d0e 100644
--- a/src/core/clientstate.h
+++ b/src/core/clientstate.h
@@ -43,6 +43,8 @@ public:
inline bool targetable() const { return state_targetable; }
+ inline float distance() const { return state_distance; }
+
/// client render fuzz factor
inline float fuzz() const { return state_fuzz; };
@@ -65,6 +67,9 @@ public:
float state_fuzz;
float state_engine_trail_offset;
+ /// distance from the camera eye to the entity
+ float state_distance;
+
size_t state_enginesound;
};