aboutsummaryrefslogtreecommitdiff
path: root/scumm/script.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-30 01:25:51 +0000
committerMax Horn2002-12-30 01:25:51 +0000
commit69a44051d998f1dfe7af2ff87b193412db3e10ed (patch)
tree848e821a63ca584f1a9e754365a1115cd7d238a7 /scumm/script.cpp
parent126e793f6ae46beb1956bc99d20ac57ba2acbdc4 (diff)
downloadscummvm-rg350-69a44051d998f1dfe7af2ff87b193412db3e10ed.tar.gz
scummvm-rg350-69a44051d998f1dfe7af2ff87b193412db3e10ed.tar.bz2
scummvm-rg350-69a44051d998f1dfe7af2ff87b193412db3e10ed.zip
get rid of annoying warning
svn-id: r6267
Diffstat (limited to 'scumm/script.cpp')
-rw-r--r--scumm/script.cpp2
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++];