fix for compressed bun sounds

svn-id: r16641
This commit is contained in:
Paweł Kołodziejski
2005-01-26 14:11:27 +00:00
parent 284c209bad
commit 55aa56dbdc
+1
View File
@@ -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;
}
}