mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
fix for compressed bun sounds
svn-id: r16641
This commit is contained in:
@@ -579,6 +579,7 @@ int32 ImuseDigiSndMgr::getDataFromRegion(soundStruct *soundHandle, int region, b
|
||||
if (soundHandle->compressedStream->endOfData()) {
|
||||
delete soundHandle->compressedStream;
|
||||
soundHandle->compressedStream = NULL;
|
||||
soundHandle->lastFileName[0] = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user