[Scummvm-git-logs] scummvm master -> 70e92da7b3fb846d02da4f97ba39ba718b24fe8e
OMGPizzaGuy
noreply at scummvm.org
Sat Jan 7 17:13:00 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
70e92da7b3 ULTIMA8: Increase xform blend of palette 9 to make chimney smoke more visable.
Commit: 70e92da7b3fb846d02da4f97ba39ba718b24fe8e
https://github.com/scummvm/scummvm/commit/70e92da7b3fb846d02da4f97ba39ba718b24fe8e
Author: Matthew Jimenez (matthew.jimenez at outlook.com)
Date: 2023-01-07T11:12:13-06:00
Commit Message:
ULTIMA8: Increase xform blend of palette 9 to make chimney smoke more visable.
This is still far more transparent than orginal but looks better.
Changed paths:
engines/ultima/ultima8/graphics/xform_blend.cpp
diff --git a/engines/ultima/ultima8/graphics/xform_blend.cpp b/engines/ultima/ultima8/graphics/xform_blend.cpp
index f9995596c55..41e7e340514 100644
--- a/engines/ultima/ultima8/graphics/xform_blend.cpp
+++ b/engines/ultima/ultima8/graphics/xform_blend.cpp
@@ -35,7 +35,7 @@ const uint8 U8XFormPal[1024] = {
0, 0, 0, 0,
0, 0, 0, 0,
48, 48, 48, 80, // (green->dark grey)
- 24, 24, 24, 80, // (black->vdark grey)
+ 24, 24, 24, 128, // (*->vdark grey)
64, 64, 24, 64, // (yellow)
80, 80, 80, 80, // (white->grey)
180, 90, 0, 80, // (red->orange)
@@ -55,7 +55,7 @@ const uint8 CruXFormPal[1024] = {
0, 0, 0, 0,
0, 0, 0, 0,
48, 48, 48, 80, // (green->dark grey)
- 24, 24, 24, 80, // (black->vdark grey)
+ 24, 24, 24, 128, // (*->vdark grey)
64, 64, 24, 64, // (yellow)
80, 80, 80, 80,
48, 48, 48, 140, // (*->grey)
More information about the Scummvm-git-logs
mailing list