aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-26 14:44:28 +0000
committerMartin Kiewitz2010-07-26 14:44:28 +0000
commit31828d093c2974f600e201d3b1915565eaa1e9bf (patch)
tree032c4b4d8277004147b18be36ad641274e5831d5 /engines
parente3e2ae799e59a6245a43c21629313ee3a948e9ce (diff)
downloadscummvm-rg350-31828d093c2974f600e201d3b1915565eaa1e9bf.tar.gz
scummvm-rg350-31828d093c2974f600e201d3b1915565eaa1e9bf.tar.bz2
scummvm-rg350-31828d093c2974f600e201d3b1915565eaa1e9bf.zip
SCI: commenting out picture cel debug msg
svn-id: r51315
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/graphics/frameout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp
index ffa90e8e1f..c498262038 100644
--- a/engines/sci/graphics/frameout.cpp
+++ b/engines/sci/graphics/frameout.cpp
@@ -374,7 +374,7 @@ void GfxFrameout::kernelFrameout() {
}
itemEntry->picture->drawSci32Vga(itemEntry->celNo, pictureX, itemEntry->y, pictureOffsetX, planePictureMirrored);
- warning("picture cel %d %d", itemEntry->celNo, itemEntry->priority);
+// warning("picture cel %d %d", itemEntry->celNo, itemEntry->priority);
} else if (itemEntry->viewId != 0xFFFF) {
GfxView *view = _cache->getView(itemEntry->viewId);