aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/font.h
diff options
context:
space:
mode:
authorStrangerke2012-06-17 18:36:23 +0200
committerStrangerke2012-06-17 18:36:23 +0200
commitb36b66630086044c54f745acfb64f91d90713045 (patch)
tree64da180e2606bbdacb4a4fa2531603fabf0c9a16 /engines/tony/font.h
parente36f36168d0e0b6e2abf29386c2761797735d857 (diff)
downloadscummvm-rg350-b36b66630086044c54f745acfb64f91d90713045.tar.gz
scummvm-rg350-b36b66630086044c54f745acfb64f91d90713045.tar.bz2
scummvm-rg350-b36b66630086044c54f745acfb64f91d90713045.zip
TONY: American-ification of English used
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;