From f6dd8ad290d25874c7c9ae31d13757a9ee05ae57 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 7 Jul 2017 11:12:40 -0500 Subject: SCI: Fix audio_list debug command engine version info --- engines/sci/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci') diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp index 4508854d10..bfa9f45d5b 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -423,7 +423,7 @@ bool Console::cmdHelp(int argc, const char **argv) { debugPrintf(" sfx01_track - Dumps a track of a SCI01 song\n"); debugPrintf(" show_instruments - Shows the instruments of a specific song, or all songs\n"); debugPrintf(" map_instrument - Dynamically maps an MT-32 instrument to a GM instrument\n"); - debugPrintf(" audio_list - Lists currently active digital audio samples (SCI2.1+)\n"); + debugPrintf(" audio_list - Lists currently active digital audio samples (SCI2+)\n"); debugPrintf("\n"); debugPrintf("Script:\n"); debugPrintf(" addresses - Provides information on how to pass addresses\n"); -- cgit v1.2.3