[Scummvm-cvs-logs] scummvm master -> 12e4152429339c79855950993271ae0e2af920f3

eriktorbjorn eriktorbjorn at telia.com
Wed Jun 3 22:36:00 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
12e4152429 SHERLOCK: Clarify "song" command usage


Commit: 12e4152429339c79855950993271ae0e2af920f3
    https://github.com/scummvm/scummvm/commit/12e4152429339c79855950993271ae0e2af920f3
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-06-03T22:33:12+02:00

Commit Message:
SHERLOCK: Clarify "song" command usage

Though now that I've realized that loadMusic() takes a room number,
I see there seems to be at least one song that can't be played
this way...

Changed paths:
    engines/sherlock/debugger.cpp



diff --git a/engines/sherlock/debugger.cpp b/engines/sherlock/debugger.cpp
index 27f4441..aaf2464 100644
--- a/engines/sherlock/debugger.cpp
+++ b/engines/sherlock/debugger.cpp
@@ -86,7 +86,7 @@ bool Debugger::cmd3DO_PlayMovie(int argc, const char **argv) {
 
 bool Debugger::cmdSong(int argc, const char **argv) {
 	if (argc != 2) {
-		debugPrintf("Format: song <number>\n");
+		debugPrintf("Format: song <room>\n");
 		return true;
 	}
 






More information about the Scummvm-git-logs mailing list