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)
|
if (sound <= range)
|
||||||
_vm->_sound->playEffects(sound);
|
_vm->_sound->playEffects(sound);
|
||||||
else
|
else
|
||||||
DebugPrintf("Voice out of range (0 - %d)\n", range);
|
DebugPrintf("Sound out of range (0 - %d)\n", range);
|
||||||
} else
|
} else
|
||||||
DebugPrintf("Syntax: voice <voicenum>\n");
|
DebugPrintf("Syntax: sound <soundnum>\n");
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue