fix build...

This commit is contained in:
tildearrow 2022-07-24 02:24:57 -05:00
parent ffe06013d7
commit 9a0609ae1a
1 changed files with 1 additions and 0 deletions

View File

@ -2340,6 +2340,7 @@ bool DivEngine::loadFC(unsigned char* file, size_t len) {
samplePtr=reader.readI_BE();
if (isFC14) {
reader.readI_BE(); // wave len
sampleLen=0;
} else {
sampleLen=reader.readI_BE();
}