aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-03-14 05:39:47 +0000
committerPaul Gilbert2010-03-14 05:39:47 +0000
commit77c821249e706875c45689ea8361773955cbd532 (patch)
treea3282deec3881470b39f546532c8e9da699fa594 /engines/m4/graphics.h
parentf4bf67cd217bec611cfa39b4d3c557a2413c2f15 (diff)
downloadscummvm-rg350-77c821249e706875c45689ea8361773955cbd532.tar.gz
scummvm-rg350-77c821249e706875c45689ea8361773955cbd532.tar.bz2
scummvm-rg350-77c821249e706875c45689ea8361773955cbd532.zip
Further work on separating M4 specific scene code into the m4_scene.cpp file
svn-id: r48256
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;
};