mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
Update DUMB to revision 045efbd6fc579a78e304185e480c8c15b2b932c4
- Fixed older pattern counting mode SVN r4107 (trunk)
This commit is contained in:
parent
b95e4b971e
commit
a793ef1131
1 changed files with 1 additions and 2 deletions
|
@ -464,7 +464,7 @@ static DUMB_IT_SIGDATA *it_mod_load_sigdata(DUMBFILE *f, int rstrict)
|
|||
int n_channels;
|
||||
int i;
|
||||
uint32 fft = 0;
|
||||
DUMBFILE *rem;
|
||||
DUMBFILE *rem = NULL;
|
||||
|
||||
f = dumbfile_buffer_mod(f, &fft);
|
||||
if (!f)
|
||||
|
@ -674,7 +674,6 @@ static DUMB_IT_SIGDATA *it_mod_load_sigdata(DUMBFILE *f, int rstrict)
|
|||
}
|
||||
else
|
||||
{
|
||||
sigdata->n_patterns = 0;
|
||||
for (i = 0; i < sigdata->n_orders; i++)
|
||||
{
|
||||
if (sigdata->order[i] > sigdata->n_patterns)
|
||||
|
|
Loading…
Reference in a new issue