Update DUMB to revision 8c3e510483ba1fdec19017dad4a5004d694177eb

- Corrected old style PSM note data



SVN r4090 (trunk)
This commit is contained in:
Randy Heit 2013-02-08 00:38:54 +00:00
parent 778bfd679b
commit ab801ffb76

View file

@ -296,7 +296,7 @@ static int it_old_psm_read_patterns(IT_PATTERN * pattern, DUMBFILE * f, int num,
if (flags & 0x80) {
if ((*ptr < 60) && (channel < pchans)) {
entry->mask |= IT_ENTRY_NOTE;
entry->note = *ptr + 36;
entry->note = *ptr + 35;
}
ptr++;
if (*ptr) {