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
+2
View File
@@ -383,6 +383,8 @@ void game2_setup_audio()
{
sound_pcm_loadsample(PCMSAMPLE_HAIL,"sounds.commbdg");
sound_pcm_loadsample(PCMSAMPLE_DOOR,"sounds.door");
sound_pcm_loadsample(PCMSAMPLE_ALERT,"sounds.alert");
}
void game2_setup()