diff options
author | Max Horn | 2002-12-30 01:25:51 +0000 |
---|---|---|
committer | Max Horn | 2002-12-30 01:25:51 +0000 |
commit | 69a44051d998f1dfe7af2ff87b193412db3e10ed (patch) | |
tree | 848e821a63ca584f1a9e754365a1115cd7d238a7 | |
parent | 126e793f6ae46beb1956bc99d20ac57ba2acbdc4 (diff) | |
download | scummvm-rg350-69a44051d998f1dfe7af2ff87b193412db3e10ed.tar.gz scummvm-rg350-69a44051d998f1dfe7af2ff87b193412db3e10ed.tar.bz2 scummvm-rg350-69a44051d998f1dfe7af2ff87b193412db3e10ed.zip |
get rid of annoying warning
svn-id: r6267
-rw-r--r-- | scumm/script.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp index 81e3d14501..49b8f45ee1 100644 --- a/scumm/script.cpp +++ b/scumm/script.cpp @@ -1172,8 +1172,6 @@ void Scumm::doSentence(int c, int b, int a) _sentenceNum++; st++; - warning("doSentence(%d,%d,%d)", c, b, a); - } else { st = &_sentence[_sentenceNum++]; |