summaryrefslogtreecommitdiff
path: root/src/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.cpp')
-rw-r--r--src/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.cpp b/src/graphics.cpp
index ee848a673..4914d22ce 100644
--- a/src/graphics.cpp
+++ b/src/graphics.cpp
@@ -150,7 +150,7 @@ bool Graphics::drawRescaledImage(Image *image, int srcX, int srcY,
int dstX, int dstY,
int width, int height,
int desiredWidth, int desiredHeight,
- bool useColor _UNUSED_)
+ bool useColor A_UNUSED)
{
// Check that preconditions for blitting are met.
if (!mTarget || !image)