Sounds for hail and tractor beam. Also sound sample for combadge. Todo un-loading/checking load of sound files.

This commit is contained in:
stevenhowes
2021-05-17 22:39:34 +01:00
parent efc2e685e4
commit 64a7ce0d53
7 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ enum pcmchannel_e{
PCMCHANNEL_NPC2 = 7,
PCMCHANNEL_AMBIENT = 8
};
enum pcmsample_e{PCMSAMPLE_DURNOTORPEDO, PCMSAMPLE_PHASER, PCMSAMPLE_SHIPEXPLODE, PCMSAMPLE_MAX};
enum pcmsample_e{PCMSAMPLE_DURNOTORPEDO, PCMSAMPLE_PHASER, PCMSAMPLE_SHIPEXPLODE, PCMSAMPLE_TRACTOR, PCMSAMPLE_HAIL, PCMSAMPLE_MAX};
struct CompositionElement {
signed short int Start;