Pokémon Mini: instrument type

This commit is contained in:
tildearrow 2022-12-15 22:32:33 -05:00
parent 8cc6fe3782
commit adcf5874f0
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ int DivPlatformPokeMini::dispatch(DivCommand c) {
vol=(chan[c.chan].outVol==2)?3:chan[c.chan].outVol;
chan[c.chan].active=true;
chan[c.chan].keyOn=true;
chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_BEEPER));
chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_POKEMINI));
if (!parent->song.brokenOutVol && !chan[c.chan].std.vol.will) {
chan[c.chan].outVol=chan[c.chan].vol;
}