Transporter sound

This commit is contained in:
stevenhowes
2021-09-01 22:13:41 +01:00
parent 135bdd40f5
commit 3c91dc303b
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -385,6 +385,7 @@ void game2_setup_audio()
sound_pcm_loadsample(PCMSAMPLE_DOOR,"sounds.door");
sound_pcm_loadsample(PCMSAMPLE_ALERT,"sounds.alert");
sound_pcm_loadsample(PCMSAMPLE_TRACTOREND,"sounds.tracend");
sound_pcm_loadsample(PCMSAMPLE_TRANSPORTER,"sounds.transp");
}
void game2_setup()