From 35933f3f3096f7a0bccdba2ef29288a2cd2730f8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 1 Dec 2019 16:52:35 +0100 Subject: DIRECTOR: Remove noisy warning --- engines/director/frame.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/engines/director/frame.cpp b/engines/director/frame.cpp index c2597ec245..87f6b43e85 100644 --- a/engines/director/frame.cpp +++ b/engines/director/frame.cpp @@ -627,7 +627,6 @@ void Frame::renderSprites(Graphics::ManagedSurface &surface, bool renderTrail) { int y = _sprites[i]->_startPoint.y - regY + rectTop; int height = _sprites[i]->_height; int width = _vm->getVersion() > 4 ? _sprites[i]->_bitmapCast->_initialRect.width() : _sprites[i]->_width; - warning("drawRect: x=%d, y=%d, w=%d h=%d", x, y, width, height); Common::Rect drawRect(x, y, x + width, y + height); addDrawRect(i, drawRect); inkBasedBlit(surface, *(_sprites[i]->_bitmapCast->_surface), i, drawRect); -- cgit v1.2.3