Skip to content

Commit

Permalink
WINTERMUTE: Return something from repeatLastDisplayOp
Browse files Browse the repository at this point in the history
  • Loading branch information
somaen committed Jan 24, 2013
1 parent 1994255 commit 1fee32c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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) {
Expand Down

0 comments on commit 1fee32c

Please sign in to comment.