summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h5
1 files changed, 3 insertions, 2 deletions
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)
{