[Scummvm-git-logs] scummvm master -> a7c4a53850786a27f73c168a64b759ae070cd4c3
mduggan
mgithub at guarana.org
Tue Jul 13 08:38:30 UTC 2021
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:
a7c4a53850 ULTIMA8: Correct starting color for Crusader new game
Commit: a7c4a53850786a27f73c168a64b759ae070cd4c3
https://github.com/scummvm/scummvm/commit/a7c4a53850786a27f73c168a64b759ae070cd4c3
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2021-07-13T17:38:24+09:00
Commit Message:
ULTIMA8: Correct starting color for Crusader new game
Changed paths:
engines/ultima/ultima8/games/start_crusader_process.cpp
diff --git a/engines/ultima/ultima8/games/start_crusader_process.cpp b/engines/ultima/ultima8/games/start_crusader_process.cpp
index 092dab5f1c..f26e71895f 100644
--- a/engines/ultima/ultima8/games/start_crusader_process.cpp
+++ b/engines/ultima/ultima8/games/start_crusader_process.cpp
@@ -111,7 +111,7 @@ void StartCrusaderProcess::run() {
// teleport, so undo the flag that normally stops that.
avatar->setJustTeleported(false);
- Process *fader = new PaletteFaderProcess(0x003F3F3F, true, 0x7FFF, 60, false);
+ Process *fader = new PaletteFaderProcess(0x00FFFFFF, true, 0x7FFF, 60, false);
Kernel::get_instance()->addProcess(fader);
}
More information about the Scummvm-git-logs
mailing list