Merge pull request #98 from AliceLR/fix-it-retrigger

Fixed .it bug where Qxy would ignore the volume parameter
This commit is contained in:
Claudio Matsuoka
2017-12-31 10:00:30 -02:00
committed by GitHub

View File

@@ -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;