From bb2c102cbbb1cfa8aa647fbb13aa1620cc40db54 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Wed, 16 Jan 2008 20:01:35 +0000 Subject: clarify warning svn-id: r30518 --- engines/scumm/imuse_digi/dimuse_sndmgr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/scumm/imuse_digi/dimuse_sndmgr.cpp b/engines/scumm/imuse_digi/dimuse_sndmgr.cpp index c9e1d71533..aec308e6b0 100644 --- a/engines/scumm/imuse_digi/dimuse_sndmgr.cpp +++ b/engines/scumm/imuse_digi/dimuse_sndmgr.cpp @@ -102,7 +102,8 @@ void ImuseDigiSndMgr::prepareSoundFromRMAP(Common::File *file, SoundDesc *sound, int32 version = file->readUint32BE(); if (version != 3) { if (version == 2) - warning("ImuseDigiSndMgr::prepareSoundFromRMAP: Wrong version number, expected 3, but it's 2. Recompress data with latest tool."); + 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); } -- cgit v1.2.3