aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/sound.cpp
diff options
context:
space:
mode:
authorAdrian Frühwirth2018-05-06 09:24:10 +0200
committerAdrian Frühwirth2018-05-06 09:25:31 +0200
commit7f85a988c02272919924eba67afa8d127ed87dca (patch)
tree6295a428d426583c0a21d96fabb6f0fbf156a59f /engines/prince/sound.cpp
parent589f0f875070f0e8bd7b2cbf395818fbc934f822 (diff)
downloadscummvm-rg350-7f85a988c02272919924eba67afa8d127ed87dca.tar.gz
scummvm-rg350-7f85a988c02272919924eba67afa8d127ed87dca.tar.bz2
scummvm-rg350-7f85a988c02272919924eba67afa8d127ed87dca.zip
Revert "PRINCE: Don't output debug information unless requested"
This reverts commit dfbf6b7287eacdc41948a6c7b0648f4ecdaa0cbf.
Diffstat (limited to 'engines/prince/sound.cpp')
-rw-r--r--engines/prince/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/sound.cpp b/engines/prince/sound.cpp
index e2d7e07139..a742005571 100644
--- a/engines/prince/sound.cpp
+++ b/engines/prince/sound.cpp
@@ -104,7 +104,7 @@ bool PrinceEngine::loadVoice(uint32 slot, uint32 sampleSlot, const Common::Strin
freeSample(sampleSlot);
Common::SeekableReadStream *sampleStream = SearchMan.createReadStreamForMember(streamName);
if (sampleStream == nullptr) {
- warning("Can't open %s", streamName.c_str());
+ debug("Can't open %s", streamName.c_str());
return false;
}