From 7ee36a97ee8c43b28c5dd4d8a0d3211698d1dc7f Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 31 Dec 2015 14:41:18 +0100 Subject: TONY: As codec is always ADPCM, remove some dead code --- engines/mads/scene.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mads') diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp index 2875bc0b56..cbc15b9da8 100644 --- a/engines/mads/scene.cpp +++ b/engines/mads/scene.cpp @@ -504,6 +504,8 @@ void Scene::drawElements(ScreenTransition transitionType, bool surfaceFlag) { // Merge any identified dirty areas _dirtyAreas.merge(1, DIRTY_AREAS_SIZE); + if (_posAdjust != Common::Point(0, 0)) + warning("Adjust used %d %d", _posAdjust.x, _posAdjust.y); // Copy background for the dirty areas to the screen _dirtyAreas.copy(&_backgroundSurface, &_vm->_screen, _posAdjust); -- cgit v1.2.3