aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/celobj32.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-02-19 02:50:16 +0200
committerFilippos Karapetis2016-02-19 02:50:16 +0200
commitc1dacbe65d4fa72128f7f521326beb0838784ac2 (patch)
treec7f589c868a2803d284eebbe035447485f2563df /engines/sci/graphics/celobj32.h
parent9aac0bdaaa03dfba9ef2a631fd80fca11cb1ac41 (diff)
downloadscummvm-rg350-c1dacbe65d4fa72128f7f521326beb0838784ac2.tar.gz
scummvm-rg350-c1dacbe65d4fa72128f7f521326beb0838784ac2.tar.bz2
scummvm-rg350-c1dacbe65d4fa72128f7f521326beb0838784ac2.zip
SCI: Use American English, like we do in other parts of ScummVM
This replaces "colour" to "color"
Diffstat (limited to 'engines/sci/graphics/celobj32.h')
-rw-r--r--engines/sci/graphics/celobj32.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/sci/graphics/celobj32.h b/engines/sci/graphics/celobj32.h
index 18770994a2..897615d590 100644
--- a/engines/sci/graphics/celobj32.h
+++ b/engines/sci/graphics/celobj32.h
@@ -79,7 +79,7 @@ struct CelInfo32 {
reg_t bitmap;
/**
- * For CelObjColor, the fill colour.
+ * For CelObjColor, the fill color.
*/
uint8 color;
@@ -264,8 +264,8 @@ public:
uint16 _scaledWidth, _scaledHeight;
/**
- * The skip (transparent) colour for the cel. When
- * compositing, any pixels matching this colour will not
+ * The skip (transparent) color for the cel. When
+ * compositing, any pixels matching this color will not
* be copied to the buffer.
*/
uint8 _transparentColor;
@@ -559,7 +559,7 @@ public:
/**
* A CelObjColor is the drawing primitive for fast,
- * low-memory, flat colour fills.
+ * low-memory, flat color fills.
*/
class CelObjColor : public CelObj {
public:
@@ -568,7 +568,7 @@ public:
using CelObj::draw;
/**
- * Block fills the target buffer with the cel colour.
+ * Block fills the target buffer with the cel color.
*/
void draw(Buffer &target, const Common::Rect &targetRect) const;
virtual void draw(Buffer &target, const ScreenItem &screenItem, const Common::Rect &targetRect, const bool mirrorX) override;