aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Hesse2011-01-20 12:40:17 +0000
committerSven Hesse2011-01-20 12:40:17 +0000
commitcba4bccf99324de24ef7eba1f076c1dc6b540880 (patch)
treed0dca516d43137d8dbd25a30bcc3ce2efd0f01b9
parent75eb1f7f10e75be8b5ebdfd57e2203c91b57cc60 (diff)
downloadscummvm-rg350-cba4bccf99324de24ef7eba1f076c1dc6b540880.tar.gz
scummvm-rg350-cba4bccf99324de24ef7eba1f076c1dc6b540880.tar.bz2
scummvm-rg350-cba4bccf99324de24ef7eba1f076c1dc6b540880.zip
GOB: Removing a useless debug warning
svn-id: r55352
-rw-r--r--engines/gob/inter_v5.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/gob/inter_v5.cpp b/engines/gob/inter_v5.cpp
index a684a94a7d..32e659feed 100644
--- a/engines/gob/inter_v5.cpp
+++ b/engines/gob/inter_v5.cpp
@@ -112,8 +112,6 @@ void Inter_v5::o5_initScreen() {
width = _vm->_game->_script->readValExpr();
height = _vm->_game->_script->readValExpr();
- warning("initScreen: %d, %d, %d, %d", width, height, offY, videoMode);
-
_vm->_video->clearScreen();
if (videoMode == 0x13) {