mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
Fixed a warning about an uninitialized variable
svn-id: r41660
This commit is contained in:
parent
42de7a1573
commit
47d4794876
@ -833,7 +833,7 @@ static int cocoFrequencies[] = {
|
||||
};
|
||||
|
||||
void SoundMgr::playCoCoSound() {
|
||||
int i;
|
||||
int i = 0;
|
||||
CoCoNote note;
|
||||
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user