diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-08-24 02:27:44 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-08-24 02:27:44 +0300 |
commit | 22d2506f5308094e706ec152ec64cfc92ef12876 (patch) | |
tree | 35a937cbf049818c0b9d75f929199e5610379680 /src/adlmidi_midiplay.cpp | |
parent | f7cb7d402779384a17408314ec285876299e3ae5 (diff) | |
download | libADLMIDI-22d2506f5308094e706ec152ec64cfc92ef12876.tar.gz libADLMIDI-22d2506f5308094e706ec152ec64cfc92ef12876.tar.bz2 libADLMIDI-22d2506f5308094e706ec152ec64cfc92ef12876.zip |
More clean-up of old commented code
Diffstat (limited to 'src/adlmidi_midiplay.cpp')
-rw-r--r-- | src/adlmidi_midiplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_midiplay.cpp b/src/adlmidi_midiplay.cpp index 96eca34..2ed7815 100644 --- a/src/adlmidi_midiplay.cpp +++ b/src/adlmidi_midiplay.cpp @@ -431,7 +431,7 @@ bool MIDIplay::realTime_NoteOn(uint8_t channel, uint8_t note, uint8_t velocity) {0, ains->adl[0], false}, {0, (!is_2op) ? ains->adl[1] : ains->adl[0], pseudo_4op} }; -#else /* Unfortunately, WatCom can't brace-initialize structure that incluses structure fields */ +#else /* Unfortunately, Watcom can't brace-initialize structure that incluses structure fields */ MIDIchannel::NoteInfo::Phys voices[MIDIchannel::NoteInfo::MaxNumPhysChans]; voices[0].chip_chan = 0; voices[0].ains = ains->adl[0]; |