From ae65ef53fc8b70ebee3b43bb06ecd091aaae2a26 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 17 Jul 2008 14:19:18 +0000 Subject: engine sounds --- 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 6cd283d..87dd1d7 100644 --- a/src/core/clientstate.h +++ b/src/core/clientstate.h @@ -49,6 +49,9 @@ public: /// assign the content of an entity void assign(Entity *entity); + /// clear attached sounds + void clearsound(); + math::Vector3f state_location; math::Axis state_axis; @@ -62,6 +65,8 @@ public: bool state_targetable; float state_fuzz; + + size_t state_enginesound; }; } -- cgit v1.2.3