fix warning
svn-id: r28841
This commit is contained in:
parent
7faa389525
commit
d2d8ab7d18
1 changed files with 2 additions and 0 deletions
|
@ -570,6 +570,8 @@ void Mickey::playSound(ENUM_MSA_SOUND iSound) {
|
||||||
case Common::EVENT_KEYDOWN:
|
case Common::EVENT_KEYDOWN:
|
||||||
delete [] buffer;
|
delete [] buffer;
|
||||||
return;
|
return;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue