aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text32.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/text32.h')
-rw-r--r--engines/sci/graphics/text32.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sci/graphics/text32.h b/engines/sci/graphics/text32.h
index 42804f5670..08568e4958 100644
--- a/engines/sci/graphics/text32.h
+++ b/engines/sci/graphics/text32.h
@@ -58,17 +58,17 @@ private:
int16 _width, _height;
/**
- * The colour used to draw text.
+ * The color used to draw text.
*/
uint8 _foreColor;
/**
- * The background colour of the text box.
+ * The background color of the text box.
*/
uint8 _backColor;
/**
- * The transparent colour of the text box. Used when
+ * The transparent color of the text box. Used when
* compositing the bitmap onto the screen.
*/
uint8 _skipColor;
@@ -91,7 +91,7 @@ private:
GuiResourceId _fontId;
/**
- * The colour of the text box border.
+ * The color of the text box border.
*/
int16 _borderColor;