mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-27 20:13:31 +01:00
Sounds for hail and tractor beam. Also sound sample for combadge. Todo un-loading/checking load of sound files.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user