[Scummvm-cvs-logs] scummvm master -> 1fee32ce45465881adceef6555db57300a3837e8

somaen einarjohants at gmail.com
Thu Jan 24 18:25:36 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1fee32ce45 WINTERMUTE: Return something from repeatLastDisplayOp


Commit: 1fee32ce45465881adceef6555db57300a3837e8
    https://github.com/scummvm/scummvm/commit/1fee32ce45465881adceef6555db57300a3837e8
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-01-24T09:24:47-08:00

Commit Message:
WINTERMUTE: Return something from repeatLastDisplayOp

Changed paths:
    engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp



diff --git a/engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp b/engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp
index bde9e6d..e2bc396 100644
--- a/engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp
+++ b/engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp
@@ -417,6 +417,7 @@ bool BaseSurfaceOSystem::drawSprite(int x, int y, Rect32 *rect, float zoomX, flo
 bool BaseSurfaceOSystem::repeatLastDisplayOp(int offsetX, int offsetY, int numTimesX, int numTimesY) {
 	BaseRenderOSystem *renderer = static_cast<BaseRenderOSystem *>(_gameRef->_renderer);
 	renderer->repeatLastDraw(offsetX, offsetY, numTimesX, numTimesY);
+	return STATUS_OK;
 }
 
 bool BaseSurfaceOSystem::putSurface(const Graphics::Surface &surface, bool hasAlpha) {






More information about the Scummvm-git-logs mailing list