aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/sound.cpp
diff options
context:
space:
mode:
authorStrangerke2012-05-08 18:36:01 +0200
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commit355f5985606bf214ba4f9895e57f69906b1a01e4 (patch)
treea126e2ffe6b7d7bdc44f648744455ae56fd35eb0 /engines/lilliput/sound.cpp
parent23dc740de4b706a5285ef8e695c5e54ab2533555 (diff)
downloadscummvm-rg350-355f5985606bf214ba4f9895e57f69906b1a01e4.tar.gz
scummvm-rg350-355f5985606bf214ba4f9895e57f69906b1a01e4.tar.bz2
scummvm-rg350-355f5985606bf214ba4f9895e57f69906b1a01e4.zip
LILLIPUT: Rename debug channel in order to doublecheck all function, some more renaming and bugfixing, fix some GCC warnings
Diffstat (limited to 'engines/lilliput/sound.cpp')
-rw-r--r--engines/lilliput/sound.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/lilliput/sound.cpp b/engines/lilliput/sound.cpp
index d5f37d7df0..571191f060 100644
--- a/engines/lilliput/sound.cpp
+++ b/engines/lilliput/sound.cpp
@@ -33,6 +33,11 @@ LilliputSound::LilliputSound(LilliputEngine *vm) : _vm(vm) {
LilliputSound::~LilliputSound() {
}
+// Used during initialisation
+void LilliputSound::contentFct0() {
+ debugC(1, kDebugSound, "contentFct0()");
+}
+
void LilliputSound::contentFct1() {
debugC(1, kDebugSound, "contentFct1()");
}