aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-04-09 05:20:16 +0000
committerPaweł Kołodziejski2003-04-09 05:20:16 +0000
commit5a29b639ff32c8ab5de36ad4a452d43d4779633c (patch)
treefe3794a531a7676f11f6ea5cbe087f5e247eaffe /scumm
parent34eec5e80ff2820d093d7993b5824a3b5489b509 (diff)
downloadscummvm-rg350-5a29b639ff32c8ab5de36ad4a452d43d4779633c.tar.gz
scummvm-rg350-5a29b639ff32c8ab5de36ad4a452d43d4779633c.tar.bz2
scummvm-rg350-5a29b639ff32c8ab5de36ad4a452d43d4779633c.zip
added also Monkey ega for 16 colors palette
svn-id: r6944
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 05953fc31b..c5906e661d 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -314,7 +314,7 @@ void Scumm::scummInit() {
initScreens(0, 16, _realWidth, 144);
}
- if (((_features & GF_AFTER_V2) || (_features & GF_AFTER_V3)) && !(_features & GF_OLD256)) {
+ if (((_features & GF_AFTER_V2) || (_features & GF_AFTER_V3) || (_gameId == GID_MONKEY_EGA)) && !(_features & GF_OLD256)) {
byte pal16[16 * 4] = {
0, 0, 0, 0, 0, 0, 168, 0, 0, 168, 0, 0, 0, 168, 168, 0,
168, 0, 0, 0, 168, 0, 168, 0, 168, 84, 0, 0, 168, 168, 168, 0,