mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 13:11:33 +00:00
Update DUMB to revision 8c3e510483ba1fdec19017dad4a5004d694177eb
- Corrected old style PSM note data SVN r4090 (trunk)
This commit is contained in:
parent
778bfd679b
commit
ab801ffb76
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue