From 0e3e3df8c385ed8ad6e4612570016ffae03169a6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 31 Dec 2013 12:40:55 +0300 Subject: fix compilation errors with different flags. --- src/render/sdlgraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/sdlgraphics.cpp') diff --git a/src/render/sdlgraphics.cpp b/src/render/sdlgraphics.cpp index 37d26689e..b384e163e 100644 --- a/src/render/sdlgraphics.cpp +++ b/src/render/sdlgraphics.cpp @@ -104,7 +104,7 @@ bool SDLGraphics::drawRescaledImage(const Image *const image, bool SDLGraphics::drawImage2(const Image *const image, int dstX, int dstY) { - drawImageInline(image, dstX, dstY); + return drawImageInline(image, dstX, dstY); } bool SDLGraphics::drawImageInline(const Image *const image, -- cgit v1.2.3-60-g2f50