From d36f6638c0fd6e5aeaf8d8ac8665d5d2d8a2575f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 13 Jun 2010 22:48:49 +0000 Subject: Fixed compilation with the old music code svn-id: r49641 --- engines/sci/console.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp index bd597aaa19..6c022bb631 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -852,6 +852,7 @@ bool Console::cmdVerifyScripts(int argc, const char **argv) { } bool Console::cmdShowInstruments(int argc, const char **argv) { +#ifndef USE_OLD_MUSIC_FUNCTIONS int songNumber = -1; if (argc == 2) @@ -1007,6 +1008,7 @@ bool Console::cmdShowInstruments(int argc, const char **argv) { DebugPrintf("\n\n"); } +#endif return true; } -- cgit v1.2.3