uninitialized variables? oh my!

This commit is contained in:
tildearrow 2021-12-08 01:31:35 -05:00
parent 4eec990ec1
commit fe5f8afa05
3 changed files with 6 additions and 2 deletions

View file

@ -23,7 +23,8 @@ class DivPlatformSMS: public DivDispatch {
freqChanged(false),
keyOn(false),
keyOff(false),
vol(15) {}
vol(15),
outVol(15) {}
};
Channel chan[4];
unsigned char snNoiseMode;