Uninitialized value

This commit is contained in:
cam900 2022-12-16 19:14:45 +09:00
parent b800118e8d
commit 41c1b3b786
1 changed files with 1 additions and 0 deletions

View File

@ -424,6 +424,7 @@ void DivPlatformK007232::reset() {
k007232.reset();
lastLoop=0;
lastVolume=0;
delay=0;
for (int i=0; i<2; i++) {
chan[i]=DivPlatformK007232::Channel();
chan[i].std.setEngine(parent);