Update AEG params when FNS or OCT are updated.
Fixes Bomberman Online FMV intro freeze, Jet Grind Radio and Psyvariar 2 intro music fade out.
This commit is contained in:
parent
0e881254ef
commit
92c06a7249
|
@ -723,6 +723,7 @@ struct ChannelEx
|
|||
case 0x18://FNS
|
||||
case 0x19://FNS,OCT
|
||||
UpdatePitch();
|
||||
UpdateAEG();
|
||||
break;
|
||||
|
||||
case 0x1C://ALFOS,ALFOWS,PLFOS
|
||||
|
|
Loading…
Reference in New Issue