mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
uninitialized variable
This commit is contained in:
parent
ea290a5015
commit
b6717fd314
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ void DivPlatformPCSpeaker::reset() {
|
||||||
on=false;
|
on=false;
|
||||||
freq=0;
|
freq=0;
|
||||||
pos=0;
|
pos=0;
|
||||||
|
flip=false;
|
||||||
|
|
||||||
memset(regPool,0,2);
|
memset(regPool,0,2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue