aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-03 23:09:58 +0530
committerEugene Sandulenko2019-09-03 17:17:10 +0200
commite319b120da08328b463f0d458875708705b19589 (patch)
tree461a874d45e8862205749b9b4c5a680a4cd3003b /engines/hdb/sound.cpp
parent478c10a1fb8516b16b6f3d40aba6f8c5385fc16a (diff)
downloadscummvm-rg350-e319b120da08328b463f0d458875708705b19589.tar.gz
scummvm-rg350-e319b120da08328b463f0d458875708705b19589.tar.bz2
scummvm-rg350-e319b120da08328b463f0d458875708705b19589.zip
HDB: Modify warning to debug output
Diffstat (limited to 'engines/hdb/sound.cpp')
-rw-r--r--engines/hdb/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/sound.cpp b/engines/hdb/sound.cpp
index e37a6daccd..1f4ec0aa36 100644
--- a/engines/hdb/sound.cpp
+++ b/engines/hdb/sound.cpp
@@ -30,7 +30,7 @@ bool Sound::init() {
}
bool Sound::playSound(int index) {
- warning("STUB: Play Sound");
+ debug(9, "STUB: Play Sound");
return true;
}