aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-14 14:07:11 +0000
committerMax Horn2003-05-14 14:07:11 +0000
commit23fd68d2b67e7d49c92149f8429630e25284cc40 (patch)
tree1842a8f3e5ba56781f4b1191ad9dce9f4255fdf6 /scumm/gfx.cpp
parenta4915a330468e35baadfcea2e2f6c27b09deb34b (diff)
downloadscummvm-rg350-23fd68d2b67e7d49c92149f8429630e25284cc40.tar.gz
scummvm-rg350-23fd68d2b67e7d49c92149f8429630e25284cc40.tar.bz2
scummvm-rg350-23fd68d2b67e7d49c92149f8429630e25284cc40.zip
fixed light blue EGA palette entry
svn-id: r7507
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 957483ad95..0951330554 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -2636,7 +2636,7 @@ void Scumm::setupEGAPalette() {
setPalColor( 6, 168, 84, 0);
setPalColor( 7, 168, 168, 168);
setPalColor( 8, 84, 84, 84);
- setPalColor( 9, 84, 84, 168);
+ setPalColor( 9, 84, 84, 252);
setPalColor(10, 0, 252, 0);
setPalColor(11, 0, 252, 252);
setPalColor(12, 252, 84, 84);