Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-11-23 14:02:14 +0000
committerStijn Buys <ingar@osirion.org>2013-11-23 14:02:14 +0000
commit93bb759aeb71537a98386693918b28b37961a103 (patch)
tree350a6b2eda28b9649ce4a8dcab5aa4b8eca97bee /src/client/soundext.h
parent7afa635b4728e504ca6ec3bf64223efe0f991f67 (diff)
Support for EntityDynamic explosion sounds, minor SoundExt cleanups.
Diffstat (limited to 'src/client/soundext.h')
-rw-r--r--src/client/soundext.h2
1 files changed, 2 insertions, 0 deletions
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;