diff options
-rw-r--r-- | src/adlmidi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi.cpp b/src/adlmidi.cpp index c248c91..6372f55 100644 --- a/src/adlmidi.cpp +++ b/src/adlmidi.cpp @@ -665,7 +665,7 @@ class MIDIplay activenotes() { } }; std::vector<MIDIchannel> Ch; - bool cmf_percussion_mode = false; + bool cmf_percussion_mode; // Additional information about AdLib channels struct AdlChannel |