aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/graphics/render_manager.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2014-12-03 01:12:35 +0200
committerFilippos Karapetis2014-12-03 01:12:35 +0200
commit2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7 (patch)
tree3b79568bbd20a9cc2d9e2f3c81d387b1ac541e38 /engines/zvision/graphics/render_manager.cpp
parent7976a34bbfbece2686712d80b1efa3612cb2b441 (diff)
downloadscummvm-rg350-2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7.tar.gz
scummvm-rg350-2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7.tar.bz2
scummvm-rg350-2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7.zip
ZVISION: Remove superfluous spacing and reorder some includes
Diffstat (limited to 'engines/zvision/graphics/render_manager.cpp')
-rw-r--r--engines/zvision/graphics/render_manager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/zvision/graphics/render_manager.cpp b/engines/zvision/graphics/render_manager.cpp
index 05f8dec937..97d47e3920 100644
--- a/engines/zvision/graphics/render_manager.cpp
+++ b/engines/zvision/graphics/render_manager.cpp
@@ -37,7 +37,6 @@
#include "image/tga.h"
-
namespace ZVision {
RenderManager::RenderManager(ZVision *engine, uint32 windowWidth, uint32 windowHeight, const Common::Rect workingWindow, const Graphics::PixelFormat pixelFormat)
@@ -122,7 +121,6 @@ void RenderManager::renderBackbufferToScreen() {
outWndDirtyRect = _wrkWndDirtyRect;
}
-
if (!outWndDirtyRect.isEmpty()) {
_system->copyRectToScreen(out->getBasePtr(outWndDirtyRect.left, outWndDirtyRect.top), out->pitch,
outWndDirtyRect.left + _workingWindow.left,
@@ -511,8 +509,6 @@ void RenderManager::blitSurfaceToSurface(const Graphics::Surface &src, const Com
if (srcRect.isEmpty() || !srcRect.isValidRect())
return;
-
-
uint32 _keycolor = colorkey & ((1 << (src.format.bytesPerPixel << 3)) - 1);
// Copy srcRect from src surface to dst surface