[Scummvm-cvs-logs] SF.net SVN: scummvm:[47497] scummvm/trunk/engines/sci/console.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Jan 24 12:54:55 CET 2010


Revision: 47497
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47497&view=rev
Author:   thebluegr
Date:     2010-01-24 11:54:55 +0000 (Sun, 24 Jan 2010)

Log Message:
-----------
Added missing documentation for the new music related commands introduced in rev. 47475

Modified Paths:
--------------
    scummvm/trunk/engines/sci/console.cpp

Modified: scummvm/trunk/engines/sci/console.cpp
===================================================================
--- scummvm/trunk/engines/sci/console.cpp	2010-01-24 11:00:21 UTC (rev 47496)
+++ scummvm/trunk/engines/sci/console.cpp	2010-01-24 11:54:55 UTC (rev 47497)
@@ -335,10 +335,13 @@
 	DebugPrintf("\n");
 	DebugPrintf("Music/SFX:\n");
 	DebugPrintf(" songlib - Shows the song library\n");
+	DebugPrintf(" songinfo - Shows information about a specified song in the song library\n");
+	DebugPrintf(" togglesound - Starts/stops a sound in the song library\n");
+	DebugPrintf(" stopallsounds - Stops all sounds in the playlist\n");
+	DebugPrintf(" startsound - Starts the specified sound resource, replacing the first song in the song library\n");
 	DebugPrintf(" is_sample - Shows information on a given sound resource, if it's a PCM sample\n");
 	DebugPrintf(" sfx01_header - Dumps the header of a SCI01 song\n");
 	DebugPrintf(" sfx01_track - Dumps a track of a SCI01 song\n");
-	DebugPrintf(" stop_sfx - Stops a playing sound\n");
 	DebugPrintf("\n");
 	DebugPrintf("Script:\n");
 	DebugPrintf(" addresses - Provides information on how to pass addresses\n");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list