mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
Red alert sound, movement on panels, red alert beacon
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user