uninitialized variables? oh my!
This commit is contained in:
parent
4eec990ec1
commit
fe5f8afa05
3 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue