From 355f5985606bf214ba4f9895e57f69906b1a01e4 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 8 May 2012 18:36:01 +0200 Subject: LILLIPUT: Rename debug channel in order to doublecheck all function, some more renaming and bugfixing, fix some GCC warnings --- engines/lilliput/sound.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/lilliput/sound.cpp') 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()"); } -- cgit v1.2.3