mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +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 {
|
||||
DivSong ds;
|
||||
ds.tuning=436.0;
|
||||
ds.linearPitch=false;
|
||||
|
||||
// check mod magic bytes
|
||||
if (!reader.seek(1080,SEEK_SET)) {
|
||||
|
|
Loading…
Reference in a new issue