mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-05 20:35:06 +00:00
don't error out all the time
This commit is contained in:
parent
a65df5cdab
commit
1918f59f57
1 changed files with 1 additions and 1 deletions
|
@ -1550,7 +1550,7 @@ bool DivEngine::loadMod(unsigned char* file, size_t len) {
|
|||
logE("premature end of file!\n");
|
||||
lastError="incomplete file";
|
||||
} catch (InvalidHeaderException e) {
|
||||
logE("invalid info header!\n");
|
||||
//logE("invalid info header!\n");
|
||||
lastError="invalid info header!";
|
||||
}
|
||||
return success;
|
||||
|
|
Loading…
Reference in a new issue