diff options
author | Travis Howell | 2003-08-19 03:20:09 +0000 |
---|---|---|
committer | Travis Howell | 2003-08-19 03:20:09 +0000 |
commit | 161ef54777385134455aa8a85ca4cc386f0a1bb6 (patch) | |
tree | f65a3aa61882df7a5c5e64b7d932b481930a0db1 /scumm | |
parent | e7fb69e3d93d51b7d265b7930eab4d94de1f49cd (diff) | |
download | scummvm-rg350-161ef54777385134455aa8a85ca4cc386f0a1bb6.tar.gz scummvm-rg350-161ef54777385134455aa8a85ca4cc386f0a1bb6.tar.bz2 scummvm-rg350-161ef54777385134455aa8a85ca4cc386f0a1bb6.zip |
Correction for v1 zak faces
svn-id: r9773
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/costume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp index e72c495098..ca296f3d7a 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -355,7 +355,7 @@ void CostumeRenderer::procC64(int actor) { palette[1] = v1_mm_actor_palatte_1[actor]; palette[2] = v1_mm_actor_palatte_2[actor]; } else { - palette[1] = 8; + palette[1] = 10; palette[2] = _palette[0]; } |