mirror of
https://github.com/OldUnreal/libxmp.git
synced 2026-04-02 21:37:43 -07:00
Merge pull request #98 from AliceLR/fix-it-retrigger
Fixed .it bug where Qxy would ignore the volume parameter
This commit is contained in:
@@ -687,10 +687,10 @@ void libxmp_process_fx(struct context_data *ctx, struct channel_data *xc, int ch
|
||||
EFFECT_MEMORY_S3M(fxp);
|
||||
if (fxp) {
|
||||
xc->retrig.val = fxp;
|
||||
xc->retrig.type = MSN(xc->retrig.val);
|
||||
}
|
||||
if (note) {
|
||||
xc->retrig.count = LSN(xc->retrig.val) + 1;
|
||||
xc->retrig.type = MSN(xc->retrig.val);
|
||||
}
|
||||
SET(RETRIG);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user