mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 02:52:40 +00:00
parent
a05b133b3a
commit
10fc2d9354
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ bool DivEngine::load(unsigned char* f, size_t slen) {
|
|||
}
|
||||
|
||||
// step 3: try loading as .mod
|
||||
if (loadMod(f,slen)) {
|
||||
if (loadMod(file,len)) {
|
||||
delete[] f;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue