mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
fix build...
This commit is contained in:
parent
ffe06013d7
commit
9a0609ae1a
1 changed files with 1 additions and 0 deletions
|
@ -2340,6 +2340,7 @@ bool DivEngine::loadFC(unsigned char* file, size_t len) {
|
||||||
samplePtr=reader.readI_BE();
|
samplePtr=reader.readI_BE();
|
||||||
if (isFC14) {
|
if (isFC14) {
|
||||||
reader.readI_BE(); // wave len
|
reader.readI_BE(); // wave len
|
||||||
|
sampleLen=0;
|
||||||
} else {
|
} else {
|
||||||
sampleLen=reader.readI_BE();
|
sampleLen=reader.readI_BE();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue