aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/font.h')
-rw-r--r--engines/tony/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/font.h b/engines/tony/font.h
index f24223d551..1da1e063f7 100644
--- a/engines/tony/font.h
+++ b/engines/tony/font.h
@@ -224,7 +224,7 @@ public:
// Overloading of the Draw to center the text, if necessary
virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
- // Set the base colour
+ // Set the base color
void setColor(byte r, byte g, byte b) {
_textR = r;
_textG = g;