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>2011-07-05 18:36:37 +0000
committerStijn Buys <ingar@osirion.org>2011-07-05 18:36:37 +0000
commit2c10d5b9b8a9f651006e4f7b376b21ee0713b398 (patch)
treea9a143202980ce8f16b7ea0ab05d9cb3e7b05cae /src/client/soundext.h
parent91356abaf6cb09a1c72f9a8c374487ab66ecde13 (diff)
Added support for a jump engine start sound, correted a typo in client.h.
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 9991b69..becaa8e 100644
--- a/src/client/soundext.h
+++ b/src/client/soundext.h
@@ -83,6 +83,8 @@ private:
size_t state_impulsestartbuffer;
/// index of the audio buffer containing the impulse drive stop sound
size_t state_impulsestopbuffer;
+ /// index of the audio buffer containing the jump engine start sound
+ size_t state_jumpstartbuffer;
/// index of the audio buffer currently looping in enginesource
size_t state_engineloopbuffer;