Ooops
svn-id: r12650
This commit is contained in:
parent
7dd78f11d3
commit
d417394a25
1 changed files with 2 additions and 2 deletions
|
@ -127,9 +127,9 @@ bool Debugger::Cmd_PlaySound(int argc, const char **argv) {
|
|||
if (sound <= range)
|
||||
_vm->_sound->playEffects(sound);
|
||||
else
|
||||
DebugPrintf("Voice out of range (0 - %d)\n", range);
|
||||
DebugPrintf("Sound out of range (0 - %d)\n", range);
|
||||
} else
|
||||
DebugPrintf("Syntax: voice <voicenum>\n");
|
||||
DebugPrintf("Syntax: sound <soundnum>\n");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue