aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.cpp
diff options
context:
space:
mode:
authorMax Horn2003-04-07 16:04:30 +0000
committerMax Horn2003-04-07 16:04:30 +0000
commitca7c8081a1c35d90a9f1743fbccf57b4304d96e5 (patch)
tree22785ca28c7eca3ee8c99f78dab68dca0e927d5a /scumm/bundle.cpp
parentdf9ccab93590894f546e5fee86cad513016bc49e (diff)
downloadscummvm-rg350-ca7c8081a1c35d90a9f1743fbccf57b4304d96e5.tar.gz
scummvm-rg350-ca7c8081a1c35d90a9f1743fbccf57b4304d96e5.tar.bz2
scummvm-rg350-ca7c8081a1c35d90a9f1743fbccf57b4304d96e5.zip
Patch #712493: CMI: Object line
svn-id: r6930
Diffstat (limited to 'scumm/bundle.cpp')
-rw-r--r--scumm/bundle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/bundle.cpp b/scumm/bundle.cpp
index edc8516049..a0b5395436 100644
--- a/scumm/bundle.cpp
+++ b/scumm/bundle.cpp
@@ -361,7 +361,7 @@ int32 Bundle::decompressVoiceSampleByName(char *name, byte **comp_final) {
return final_size;
}
}
- warning("Failed finding voice %s", name);
+ debug(2, "Failed finding voice %s", name);
return final_size;
}