[Scummvm-cvs-logs] scummvm master -> f6720ee139c728779fae7807621bf11031aacfe1

dreammaster dreammaster at scummvm.org
Tue Feb 14 12:39:14 CET 2012


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:
f6720ee139 TSAGE: R2R bugfix for selecting Output Alpha in the console screen


Commit: f6720ee139c728779fae7807621bf11031aacfe1
    https://github.com/scummvm/scummvm/commit/f6720ee139c728779fae7807621bf11031aacfe1
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2012-02-14T03:33:50-08:00

Commit Message:
TSAGE: R2R bugfix for selecting Output Alpha in the console screen

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 1c924ba..e3dbe1a 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes0.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
@@ -1033,6 +1033,7 @@ void Scene125::consoleAction(int id) {
 
 		_sceneMode = 10;
 		_palette.loadPalette(161);
+		R2_GLOBALS._scenePalette.addFader(_palette._palette, 256, 5, this);
 		break;
 	case 24:
 		_icon4.setIcon(25);






More information about the Scummvm-git-logs mailing list