aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/gfx.h')
-rw-r--r--engines/cine/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/gfx.h b/engines/cine/gfx.h
index 078954e3b9..22545abf0b 100644
--- a/engines/cine/gfx.h
+++ b/engines/cine/gfx.h
@@ -68,7 +68,7 @@ protected:
virtual void drawSprite(const objectStruct &obj);
void drawCommand();
- void drawMessage(const char *str, int x, int y, int width, byte color);
+ void drawMessage(const char *str, int x, int y, int width, int color);
void drawPlainBox(int x, int y, int width, int height, byte color);
void drawBorder(int x, int y, int width, int height, byte color);
void drawDoubleBorder(int x, int y, int width, int height, byte color);