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-17 15:17:04 +0000
committerStijn Buys <ingar@osirion.org>2013-11-17 15:17:04 +0000
commitc68a2899dc63850d77f79eaa65125f6d503fc83a (patch)
tree8fdb2d522736744c766ea2de30d38097b7644491 /src/client/soundext.h
parent302f11ce816ffe4b51f48c42972bb58475bcca5d (diff)
Added support for explosion sounds,
updated list of attributions, updated starsystem roadmap.
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 2750afd..1cadae6 100644
--- a/src/client/soundext.h
+++ b/src/client/soundext.h
@@ -85,6 +85,8 @@ private:
size_t state_jumpstartbuffer;
/// index of the audio buffer containing the jump engine stop sound
size_t state_jumpstopbuffer;
+ /// index of the audio buffer containing the explosion sound
+ size_t state_explosionbuffer;
/// index of the audio buffer currently looping in enginesource
size_t state_engineloopbuffer;