mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +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;
|
||||
freq=0;
|
||||
pos=0;
|
||||
flip=false;
|
||||
|
||||
memset(regPool,0,2);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue