aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/msurface.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-19 21:28:54 -0500
committerPaul Gilbert2014-02-19 21:28:54 -0500
commitc687d3f64cc5ac6ec09539129c5f8b0d3a7148ad (patch)
tree736c1405cc98590d733e7e2eb3c26ba45c1c36de /engines/mads/msurface.h
parent5c565797e5516de97686650be8cc810007111641 (diff)
downloadscummvm-rg350-c687d3f64cc5ac6ec09539129c5f8b0d3a7148ad.tar.gz
scummvm-rg350-c687d3f64cc5ac6ec09539129c5f8b0d3a7148ad.tar.bz2
scummvm-rg350-c687d3f64cc5ac6ec09539129c5f8b0d3a7148ad.zip
MADS: Cleanup of palette code, updated old-style 4 byte RGB usage to 3 bytes
Diffstat (limited to 'engines/mads/msurface.h')
-rw-r--r--engines/mads/msurface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/msurface.h b/engines/mads/msurface.h
index 05777d3b8f..fe6d1f22b4 100644
--- a/engines/mads/msurface.h
+++ b/engines/mads/msurface.h
@@ -43,7 +43,7 @@ struct SpriteInfo {
int scaleX, scaleY;
uint8 encoding;
byte *inverseColorTable;
- RGB8 *palette;
+ byte *palette;
};
/*