aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/gfx/osystem/base_surface_osystem.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-31 14:21:33 +0200
committerEinar Johan Trøan Sømåen2012-08-31 14:21:33 +0200
commit764ca7a51a27210ca7a66a6ab2f01714029af09c (patch)
tree8dca562ceb2279450028199735b1914384c0613c /engines/wintermute/base/gfx/osystem/base_surface_osystem.h
parent2039ea6b8df36c960ff25ae56930357d40e95d1d (diff)
downloadscummvm-rg350-764ca7a51a27210ca7a66a6ab2f01714029af09c.tar.gz
scummvm-rg350-764ca7a51a27210ca7a66a6ab2f01714029af09c.tar.bz2
scummvm-rg350-764ca7a51a27210ca7a66a6ab2f01714029af09c.zip
WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto
Diffstat (limited to 'engines/wintermute/base/gfx/osystem/base_surface_osystem.h')
-rw-r--r--engines/wintermute/base/gfx/osystem/base_surface_osystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/base/gfx/osystem/base_surface_osystem.h b/engines/wintermute/base/gfx/osystem/base_surface_osystem.h
index 27f9ad047e..1b7146632e 100644
--- a/engines/wintermute/base/gfx/osystem/base_surface_osystem.h
+++ b/engines/wintermute/base/gfx/osystem/base_surface_osystem.h
@@ -86,7 +86,7 @@ private:
bool finishLoad();
bool drawSprite(int x, int y, Rect32 *rect, float zoomX, float zoomY, uint32 alpha, bool alphaDisable, TSpriteBlendMode blendMode, bool mirrorX, bool mirrorY, int offsetX = 0, int offsetY = 0);
void genAlphaMask(Graphics::Surface *surface);
- uint32 getPixel(Graphics::Surface *surface, int x, int y);
+ uint32 getPixelAt(Graphics::Surface *surface, int x, int y);
bool _hasAlpha;
void *_lockPixels;