Sounds for hail and tractor beam. Also sound sample for combadge. Todo un-loading/checking load of sound files.

This commit is contained in:
stevenhowes
2021-05-17 22:39:34 +01:00
parent efc2e685e4
commit 64a7ce0d53
7 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ void sound_pcm_loadsample(enum pcmsample_e sample, char* filename)
// Length will be in R4 if it exists
length = outreg.r[4];
if(length > 100000)
if(length > 96000)
{
screen_nobuffer();
while (1)