Red alert sound, movement on panels, red alert beacon

This commit is contained in:
stevenhowes
2021-08-31 23:18:24 +01:00
parent e1cfdb116c
commit 13b2d53588
8 changed files with 67 additions and 11 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_TRACTOR, PCMSAMPLE_HAIL, PCMSAMPLE_DOOR, PCMSAMPLE_MAX};
enum pcmsample_e{PCMSAMPLE_DURNOTORPEDO, PCMSAMPLE_PHASER, PCMSAMPLE_SHIPEXPLODE, PCMSAMPLE_TRACTOR, PCMSAMPLE_HAIL, PCMSAMPLE_DOOR, PCMSAMPLE_ALERT, PCMSAMPLE_MAX};
struct CompositionElement {
signed short int Start;