mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
Revert "MOD import: don't use linear pitch"
This reverts commit 977d23bc3a
.
This commit is contained in:
parent
977d23bc3a
commit
d7b967c41e
1 changed files with 0 additions and 1 deletions
|
@ -1241,7 +1241,6 @@ bool DivEngine::loadMod(unsigned char* file, size_t len) {
|
||||||
try {
|
try {
|
||||||
DivSong ds;
|
DivSong ds;
|
||||||
ds.tuning=436.0;
|
ds.tuning=436.0;
|
||||||
ds.linearPitch=false;
|
|
||||||
|
|
||||||
// check mod magic bytes
|
// check mod magic bytes
|
||||||
if (!reader.seek(1080,SEEK_SET)) {
|
if (!reader.seek(1080,SEEK_SET)) {
|
||||||
|
|
Loading…
Reference in a new issue