another uninitialized variable

This commit is contained in:
tildearrow 2021-12-21 16:02:31 -05:00
parent 48f4f5835b
commit 726b457ae7
12 changed files with 15 additions and 2 deletions

View file

@ -565,6 +565,7 @@ bool DivPlatformYM2610::keyOffAffectsArp(int ch) {
int DivPlatformYM2610::init(DivEngine* p, int channels, int sugRate, bool pal) {
parent=p;
skipRegisterWrites=false;
for (int i=0; i<13; i++) {
isMuted[i]=false;
}