aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/graphics.h')
-rw-r--r--engines/m4/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/graphics.h b/engines/m4/graphics.h
index e286c6ae55..14c27c5f2d 100644
--- a/engines/m4/graphics.h
+++ b/engines/m4/graphics.h
@@ -81,7 +81,7 @@ struct SpriteInfo {
int width, height;
int scaleX, scaleY;
uint8 encoding;
- byte *inverseColorTable;
+ byte *inverseColourTable;
RGB8 *palette;
};