Show tractor beam ending (and sound effect to match) at map start.

This commit is contained in:
stevenhowes
2021-08-31 23:43:35 +01:00
parent 13b2d53588
commit 1908075f84
9 changed files with 28 additions and 4 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ 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");
sound_pcm_loadsample(PCMSAMPLE_TRACTOREND,"sounds.tracend");
}
void game2_setup()