aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray2003-06-17 08:21:46 +0000
committerJonathan Gray2003-06-17 08:21:46 +0000
commitd2bb0149d3462c184e0759091d7190865c315758 (patch)
treeede8f55f6e01d76c8eff772082cb317e23d08c56
parent33791b7929ad1db53e09498cff0fa5026c6f55fc (diff)
downloadscummvm-rg350-d2bb0149d3462c184e0759091d7190865c315758.tar.gz
scummvm-rg350-d2bb0149d3462c184e0759091d7190865c315758.tar.bz2
scummvm-rg350-d2bb0149d3462c184e0759091d7190865c315758.zip
tweak ega palette a bit more
svn-id: r8525
-rw-r--r--scumm/gfx.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 8eb4d9c96e..6e4fa6382e 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -2518,9 +2518,10 @@ void Scumm::setupEGAPalette() {
setPalColor( 1, 0, 0, 168);
setPalColor( 2, 0, 168, 0);
setPalColor( 3, 0, 168, 168);
- setPalColor( 4, 168, 0, 0);
+// setPalColor( 4, 168, 0, 0); // prev value
+ setPalColor( 4, 189, 0, 0);
// setPalColor( 5, 168, 0, 168); // prev value
- setPalColor( 5, 252, 84, 252);
+ setPalColor( 5, 189, 0, 189); // Amiga value
setPalColor( 6, 168, 84, 0);
setPalColor( 7, 168, 168, 168);
setPalColor( 8, 84, 84, 84);