mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 04:51:19 +00:00
Update DUMB to revision 9e3012a7ce5fb52383f51c99061bc45921699f63
- Fixed pitch slides on non-playing channels SVN r4098 (trunk)
This commit is contained in:
parent
36157271fc
commit
e66024fcbc
1 changed files with 39 additions and 37 deletions
|
@ -1262,6 +1262,7 @@ static void update_effects(DUMB_IT_SIGRENDERER *sigrenderer)
|
|||
}
|
||||
}
|
||||
|
||||
if (playing) {
|
||||
if (sigrenderer->sigdata->flags & IT_LINEAR_SLIDES) {
|
||||
if (channel->toneporta && channel->destnote < 120) {
|
||||
int currpitch = ((playing->note - 60) << 8) + playing->slide;
|
||||
|
@ -1312,6 +1313,7 @@ static void update_effects(DUMB_IT_SIGRENDERER *sigrenderer)
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
update_smooth_effects(sigrenderer);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue