diff options
-rw-r--r-- | engines/hdb/sound.cpp | 2 |
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; } |