diff options
| author | Jonathan Gray | 2002-11-05 10:18:04 +0000 |
|---|---|---|
| committer | Jonathan Gray | 2002-11-05 10:18:04 +0000 |
| commit | ca785239c06591c964496a9886100e0c82f6dc03 (patch) | |
| tree | 153087cae85fc5afe657a77ae6c8b20046507aa4 /scumm/string.cpp | |
| parent | 4598e15afd9f7181e6be874d8a514d51f5a4b98e (diff) | |
| download | scummvm-rg350-ca785239c06591c964496a9886100e0c82f6dc03.tar.gz scummvm-rg350-ca785239c06591c964496a9886100e0c82f6dc03.tar.bz2 scummvm-rg350-ca785239c06591c964496a9886100e0c82f6dc03.zip | |
make addMessageToStack() less noisy by default
svn-id: r5412
Diffstat (limited to 'scumm/string.cpp')
| -rw-r--r-- | scumm/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp index 1cc2f003c7..f342547884 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -783,7 +783,7 @@ byte *Scumm::addMessageToStack(byte *msg) *_msgPtrToAdd++ = ptr[num++]; break; default: - warning("addMessageToStack(): string escape sequence %d unknown", chr); + debug(2, "addMessageToStack(): string escape sequence %d unknown", chr); *_msgPtrToAdd++ = 0xFF; *_msgPtrToAdd++ = chr; break; |
