Revert "MOD import: don't use linear pitch"

This reverts commit 977d23bc3a.
This commit is contained in:
tildearrow 2022-03-14 16:36:15 -05:00
parent 977d23bc3a
commit d7b967c41e
1 changed files with 0 additions and 1 deletions

View File

@ -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)) {