From 93bb759aeb71537a98386693918b28b37961a103 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 23 Nov 2013 14:02:14 +0000 Subject: Support for EntityDynamic explosion sounds, minor SoundExt cleanups. --- src/client/soundext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/soundext.h') diff --git a/src/client/soundext.h b/src/client/soundext.h index 1cadae6..6616b89 100644 --- a/src/client/soundext.h +++ b/src/client/soundext.h @@ -87,6 +87,8 @@ private: size_t state_jumpstopbuffer; /// index of the audio buffer containing the explosion sound size_t state_explosionbuffer; + /// index of the audio buffer containing the projetile sound + size_t state_projectilebuffer; /// index of the audio buffer currently looping in enginesource size_t state_engineloopbuffer; -- cgit v1.2.3