aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-12-13 01:54:53 +0000
committerTravis Howell2003-12-13 01:54:53 +0000
commit73f3c3bdd44cfb26b46809b374f00e3817782f77 (patch)
tree05aa30a569f0c24c2850df8167c906d6352e48e0 /simon
parent3d04b69cbd3ab86b480eab124404c086b03cbbbc (diff)
downloadscummvm-rg350-73f3c3bdd44cfb26b46809b374f00e3817782f77.tar.gz
scummvm-rg350-73f3c3bdd44cfb26b46809b374f00e3817782f77.tar.bz2
scummvm-rg350-73f3c3bdd44cfb26b46809b374f00e3817782f77.zip
Remove warning.
svn-id: r11609
Diffstat (limited to 'simon')
-rw-r--r--simon/sound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp
index 0512ddbc2a..b0e12d5566 100644
--- a/simon/sound.cpp
+++ b/simon/sound.cpp
@@ -398,7 +398,6 @@ void SimonSound::readVoiceFile(const char *filename, const Common::String &gameD
void SimonSound::playVoice(uint sound) {
if (_game == GAME_SIMON2MAC && _filenums) {
if (_last_voice_file != _filenums[sound]) {
- warning("Loading voice file %d", _filenums[sound]);
stopAll();
char filename[16];