aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/staticres.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-05-06 22:49:57 -0400
committerPaul Gilbert2014-05-06 22:49:57 -0400
commit0c079f4d6958e295a2c4d666d106c66505d55380 (patch)
treea6bb6df27d257d5b8e0c4d9765e4989b25b03db6 /engines/mads/staticres.h
parentbd136a1c87b764de58b2e60dd8f14bb3c33dda40 (diff)
downloadscummvm-rg350-0c079f4d6958e295a2c4d666d106c66505d55380.tar.gz
scummvm-rg350-0c079f4d6958e295a2c4d666d106c66505d55380.tar.bz2
scummvm-rg350-0c079f4d6958e295a2c4d666d106c66505d55380.zip
MADS: Fixes for correctly setting up grey fading palette intensities
Diffstat (limited to 'engines/mads/staticres.h')
-rw-r--r--engines/mads/staticres.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/staticres.h b/engines/mads/staticres.h
index 0680455028..560fd12e67 100644
--- a/engines/mads/staticres.h
+++ b/engines/mads/staticres.h
@@ -39,7 +39,8 @@ extern const char *const kOverStr;
extern const char *const kGameReleaseInfoStr;
extern const char *const kGameReleaseTitleStr;
-extern const uint32 DEFAULT_VGA_PALETTE[16];
+extern const uint32 DEFAULT_VGA_LOW_PALETTE[16];
+extern const uint32 DEFAULT_VGA_HIGH_PALETTE[16];
} // End of namespace MADS