From 0e7444a4638e32292ae00bcba8d8394bd4e22481 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 28 Oct 2010 15:27:44 +0000 Subject: SCI: Fixed compilation and added include safeguards to map-mt32-to-gm.h svn-id: r53904 --- engines/sci/console.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sci/console.cpp') diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp index 8ad144e1f8..ac9f9f5520 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -1051,7 +1051,6 @@ bool Console::cmdMapInstrument(int argc, const char **argv) { DebugPrintf("Please replace the spaces in the instrument name with underscores (\"_\"). They'll be converted to spaces afterwards\n\n"); DebugPrintf("Example: %s test_0__XX 1 255\n", argv[0]); DebugPrintf("The above example will map the MT-32 instument \"test 0 XX\" to GM instrument 1\n\n"); - Example } else { if (Mt32dynamicMappings != NULL) { Mt32ToGmMap newMapping; -- cgit v1.2.3