aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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++];