diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h index e12b066e..564826a2 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -101,7 +101,8 @@ class Graphics : public gcn::SDLGraphics { drawImage(Image *image, int srcX, int srcY, int dstX, int dstY, - int width, int height); + int width, int height, + bool useColor = false); virtual void drawImagePattern(Image *image, |