aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.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/gfxcore.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/gfxcore.h')
-rw-r--r--engines/tony/gfxcore.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/tony/gfxcore.h b/engines/tony/gfxcore.h
index e221753a47..bec33183c6 100644
--- a/engines/tony/gfxcore.h
+++ b/engines/tony/gfxcore.h
@@ -272,7 +272,7 @@ public:
/**
- * Task that draws a coloured box
+ * Task that draws a colored box
*/
class RMGfxBox : public RMGfxTaskSetPrior {
protected:
@@ -312,7 +312,7 @@ public:
/**
- * 16-bit colour source
+ * 16-bit color source
*/
class RMGfxSourceBuffer16 : public RMGfxSourceBuffer {
protected:
@@ -358,7 +358,7 @@ public:
/**
- * Buffer source with a 256 colour palette
+ * Buffer source with a 256 color palette
*/
class RMGfxSourceBuffer8 : public RMGfxSourceBufferPal {
protected:
@@ -378,7 +378,7 @@ public:
/**
- * Buffer source with a 256 colour palette, and alpha blending
+ * Buffer source with a 256 color palette, and alpha blending
*/
class RMGfxSourceBuffer8AB : public RMGfxSourceBuffer8 {
protected:
@@ -391,7 +391,7 @@ public:
/**
- * Buffer source with a 256 colour palette, RLE compressed
+ * Buffer source with a 256 color palette, RLE compressed
*/
class RMGfxSourceBuffer8RLE : public virtual RMGfxSourceBuffer8 {
@@ -528,7 +528,7 @@ public:
/**
- * Source buffer with 16 colours
+ * Source buffer with 16 colors
*/
class RMGfxSourceBuffer4 : public RMGfxSourceBufferPal {
public: