Implement PreloadMissionAudio + small fixes

This commit is contained in:
Filip Gawin
2019-10-27 18:39:17 +01:00
parent cce3aac4c3
commit a2e59564c8
5 changed files with 133 additions and 50 deletions

View File

@ -135,6 +135,7 @@ public:
};
extern cSampleManager &SampleManager;
extern int32 (&BankStartOffset)[MAX_SAMPLEBANKS];
static char StreamedNameTable[][25]=
{
@ -334,4 +335,4 @@ static char StreamedNameTable[][25]=
"AUDIO\\t3_c.WAV",
"AUDIO\\k1_b.WAV",
"AUDIO\\cat1.WAV"
};
};