aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi_load.cpp
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-11-07 17:52:49 +0300
committerWohlstand <admin@wohlnet.ru>2017-11-07 17:52:49 +0300
commite3fa4e69e09f8a475a5fcca6916532014e5b2338 (patch)
treea0898ad17da844351dbea843a7cb4ea556f5e5aa /src/adlmidi_load.cpp
parent7ff6d5ee9d0049f165ff6d2792855b81873da5b9 (diff)
downloadlibADLMIDI-e3fa4e69e09f8a475a5fcca6916532014e5b2338.tar.gz
libADLMIDI-e3fa4e69e09f8a475a5fcca6916532014e5b2338.tar.bz2
libADLMIDI-e3fa4e69e09f8a475a5fcca6916532014e5b2338.zip
Fix a bug which overrides loopStart with seek destination position
Diffstat (limited to 'src/adlmidi_load.cpp')
-rw-r--r--src/adlmidi_load.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/adlmidi_load.cpp b/src/adlmidi_load.cpp
index 9b28810..3eea1b7 100644
--- a/src/adlmidi_load.cpp
+++ b/src/adlmidi_load.cpp
@@ -387,7 +387,6 @@ bool MIDIplay::LoadMIDI(MIDIplay::fileReader &fr)
cmf_percussion_mode = false;
opl.Reset(m_setup.PCM_RATE);
- trackStart = true;
atEnd = false;
loopStart = true;
invalidLoop = false;