Skip to content

Commit

Permalink
SHERLOCK: Clarify "song" command usage
Browse files Browse the repository at this point in the history
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...
  • Loading branch information
Torbjörn Andersson committed Jun 3, 2015
1 parent 405914d commit 12e4152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/debugger.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit 12e4152

Please sign in to comment.