aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2003-06-17 13:06:40 +0000
committerTravis Howell2003-06-17 13:06:40 +0000
commit6e5471029df3b38f09103742d629297e1dbe2a45 (patch)
tree13087788e26baf4978effa2e0c91f3d6d9b8a03d
parent7f20bdfeba0dda8c6c47b5df162759ac786119c2 (diff)
downloadscummvm-rg350-6e5471029df3b38f09103742d629297e1dbe2a45.tar.gz
scummvm-rg350-6e5471029df3b38f09103742d629297e1dbe2a45.tar.bz2
scummvm-rg350-6e5471029df3b38f09103742d629297e1dbe2a45.zip
Revert Amiga specific changes to EGA palette.
An option for C64 and Amiga palette should be added in future svn-id: r8531
-rw-r--r--scumm/gfx.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 6e4fa6382e..65b7b4ebd2 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -2520,16 +2520,16 @@ void Scumm::setupEGAPalette() {
setPalColor( 3, 0, 168, 168);
// setPalColor( 4, 168, 0, 0); // prev value
setPalColor( 4, 189, 0, 0);
-// setPalColor( 5, 168, 0, 168); // prev value
- setPalColor( 5, 189, 0, 189); // Amiga value
+ setPalColor( 5, 168, 0, 168); // prev value
+// setPalColor( 5, 189, 0, 189); // Amiga value
setPalColor( 6, 168, 84, 0);
setPalColor( 7, 168, 168, 168);
setPalColor( 8, 84, 84, 84);
setPalColor( 9, 84, 84, 252);
setPalColor(10, 0, 252, 0);
setPalColor(11, 0, 252, 252);
-// setPalColor(12, 252, 84, 84); // PC
- setPalColor(12, 252, 144, 144); // Amiga value gives nicer skin colour
+ setPalColor(12, 252, 84, 84); // PC
+// setPalColor(12, 252, 144, 144); // Amiga value gives nicer skin colour
setPalColor(13, 252, 0, 252);
setPalColor(14, 252, 252, 0);
setPalColor(15, 252, 252, 252);