mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-29 02:51:24 +00:00
ignore centerRate in old version
This commit is contained in:
parent
902febe298
commit
29174e97cc
1 changed files with 2 additions and 1 deletions
|
@ -2213,7 +2213,8 @@ bool DivEngine::loadFur(unsigned char* file, size_t len) {
|
|||
// reserved
|
||||
reader.readC();
|
||||
|
||||
if (ds.version>=32) {
|
||||
// while version 32 stored this value, it was unused.
|
||||
if (ds.version>=38) {
|
||||
sample->centerRate=reader.readS();
|
||||
} else {
|
||||
reader.readS();
|
||||
|
|
Loading…
Reference in a new issue