From d417394a25ccdca6b0ce44f33eef9c45b15082a3 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 28 Jan 2004 02:45:00 +0000 Subject: Ooops svn-id: r12650 --- simon/debugger.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simon/debugger.cpp b/simon/debugger.cpp index 9a080e6248..6a529010c8 100644 --- a/simon/debugger.cpp +++ b/simon/debugger.cpp @@ -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 \n"); + DebugPrintf("Syntax: sound \n"); return true; } -- cgit v1.2.3