From bc92643d8db723b5049db2dbad1ce052a0ae77a9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Oct 2012 20:39:33 +0300 Subject: Fix code style and some other minor issues. --- src/graphics.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 94b0ef8f3..d6fd015f9 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -139,8 +139,9 @@ class Graphics : public gcn::SDLGraphics /** * Draws a resclaled version of the image */ - bool drawRescaledImage(Image *const image, int srcX, int srcY, - int dstX, int dstY, + bool drawRescaledImage(Image *const image, + const int srcX, const int srcY, + const int dstX, const int dstY, const int width, const int height, const int desiredWidth, const int desiredHeight) { -- cgit v1.2.3-60-g2f50