fix warning

svn-id: r28841
This commit is contained in:
Matthew Hoops 2007-09-03 01:36:55 +00:00
parent 7faa389525
commit d2d8ab7d18

View file

@ -570,6 +570,8 @@ void Mickey::playSound(ENUM_MSA_SOUND iSound) {
case Common::EVENT_KEYDOWN:
delete [] buffer;
return;
default:
break;
}
}
}