aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/staticres.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-25 21:20:44 -0400
committerPaul Gilbert2014-03-25 21:20:44 -0400
commite9977e81d0c3ab13d934755e37a93f62b78a65cb (patch)
tree849ae723c9c5ec26e479358dc4679687e2e16460 /engines/mads/staticres.cpp
parent633da299f694a9998a0cdb002a08613750f36e61 (diff)
downloadscummvm-rg350-e9977e81d0c3ab13d934755e37a93f62b78a65cb.tar.gz
scummvm-rg350-e9977e81d0c3ab13d934755e37a93f62b78a65cb.tar.bz2
scummvm-rg350-e9977e81d0c3ab13d934755e37a93f62b78a65cb.zip
MADS: Fixes and cleanup for palette loading
Diffstat (limited to 'engines/mads/staticres.cpp')
-rw-r--r--engines/mads/staticres.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mads/staticres.cpp b/engines/mads/staticres.cpp
index d57222c57a..92d2740e2f 100644
--- a/engines/mads/staticres.cpp
+++ b/engines/mads/staticres.cpp
@@ -46,4 +46,9 @@ const char *const kOverStr = "over";
const char *const kGameReleaseInfoStr = "ScummVM rev: 8.43 14-Sept-92";
const char *const kGameReleaseTitleStr = "GAME RELASE VERSION INFO";
+const uint32 DEFAULT_VGA_PALETTE[16] = {
+ 0x000000, 0x0000a8, 0x00a800, 0x00a8a8, 0xa80000, 0xa800a8, 0xa85400, 0xa8a8a8,
+ 0x545454, 0x5454fc, 0x54fc54, 0x54fcfc, 0xfc5454, 0xfc54fc, 0xfcfc54, 0xfcfcfc
+};
+
} // End of namespace MADS