[Scummvm-cvs-logs] scummvm master -> 8158ec2167f227a797315a4ad51f2e7a9f02c52d
dreammaster
dreammaster at scummvm.org
Sun Oct 27 17:25:36 CET 2013
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:
8158ec2167 TSAGE: Fix ghosting of late animation frame with new palette in R2R intro
Commit: 8158ec2167f227a797315a4ad51f2e7a9f02c52d
https://github.com/scummvm/scummvm/commit/8158ec2167f227a797315a4ad51f2e7a9f02c52d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-10-27T09:25:05-07:00
Commit Message:
TSAGE: Fix ghosting of late animation frame with new palette in R2R intro
Changed paths:
engines/tsage/ringworld2/ringworld2_scenes0.cpp
diff --git a/engines/tsage/ringworld2/ringworld2_scenes0.cpp b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
index 0e772a6..f983004 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes0.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
@@ -1606,6 +1606,7 @@ void Scene180::signal() {
case 43:
case 47:
_field412 = 0;
+ R2_GLOBALS._screenSurface.fillRect(Rect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT), 0);
_palette.loadPalette(0);
_palette.loadPalette(9998);
R2_GLOBALS._scenePalette.addFader(_palette._palette, 256, 8, this);
More information about the Scummvm-git-logs
mailing list