mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
cleanup
svn-id: r33135
This commit is contained in:
parent
8b5e175af4
commit
a49a3c6aaa
@ -102,10 +102,10 @@ void ImuseDigiSndMgr::prepareSoundFromRMAP(Common::File *file, SoundDesc *sound,
|
||||
int32 version = file->readUint32BE();
|
||||
if (version != 3) {
|
||||
if (version == 2) {
|
||||
warning("ImuseDigiSndMgr::prepareSoundFromRMAP: Wrong version of compressed *.bun file, expected 3, but it's 2.");
|
||||
warning("Suggested to recompress with latest tool from daily builds.");
|
||||
warning("ImuseDigiSndMgr::prepareSoundFromRMAP: Wrong version of compressed *.bun file, expected 3, but it's 2");
|
||||
warning("Suggested to recompress with latest tool from daily builds");
|
||||
} else
|
||||
error("ImuseDigiSndMgr::prepareSoundFromRMAP: Wrong version number, expected 3, but it's: %d.", version);
|
||||
error("ImuseDigiSndMgr::prepareSoundFromRMAP: Wrong version number, expected 3, but it's: %d", version);
|
||||
}
|
||||
sound->bits = file->readUint32BE();
|
||||
sound->freq = file->readUint32BE();
|
||||
|
Loading…
x
Reference in New Issue
Block a user