[Scummvm-cvs-logs] scummvm master -> 1eb75f789228f881c623d4ca72df4d5cba25ea68

dreammaster dreammaster at scummvm.org
Wed Apr 20 13:18:44 CEST 2011


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:
1eb75f7892 TSAGE: Fix problem with text appearing with random background colours after scene changes


Commit: 1eb75f789228f881c623d4ca72df4d5cba25ea68
    https://github.com/scummvm/scummvm/commit/1eb75f789228f881c623d4ca72df4d5cba25ea68
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-04-20T04:17:12-07:00

Commit Message:
TSAGE: Fix problem with text appearing with random background colours after scene changes

Changed paths:
    engines/tsage/converse.cpp



diff --git a/engines/tsage/converse.cpp b/engines/tsage/converse.cpp
index 57c5c48..18ba28d 100644
--- a/engines/tsage/converse.cpp
+++ b/engines/tsage/converse.cpp
@@ -791,6 +791,7 @@ Speaker::Speaker() : EventHandler() {
 	_fontNumber = 2;
 	_textMode = ALIGN_LEFT;
 	_color1 = _color2 = _color3 = _globals->_scenePalette._colors.foreground;
+	_color2 = _color3 = 0;
 	_action = NULL;
 	_speakerName = "SPEAKER";
 }






More information about the Scummvm-git-logs mailing list