[Scummvm-cvs-logs] scummvm master -> 8f544d578c0c9e90bd0385ce1c4eea62a0014d7f

Strangerke arnaud.boutonne at gmail.com
Sun Apr 17 23:12:11 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:
8f544d578c TSAGE: Fix initialization of MTEXT speaker


Commit: 8f544d578c0c9e90bd0385ce1c4eea62a0014d7f
    https://github.com/scummvm/scummvm/commit/8f544d578c0c9e90bd0385ce1c4eea62a0014d7f
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-04-17T14:11:25-07:00

Commit Message:
TSAGE: Fix initialization of MTEXT speaker

Changed paths:
    engines/tsage/ringworld_logic.cpp



diff --git a/engines/tsage/ringworld_logic.cpp b/engines/tsage/ringworld_logic.cpp
index 9286521..3daa125 100644
--- a/engines/tsage/ringworld_logic.cpp
+++ b/engines/tsage/ringworld_logic.cpp
@@ -466,8 +466,8 @@ SpeakerPOText::SpeakerPOText() : ScreenSpeaker() {
 
 SpeakerMText::SpeakerMText() {
 	_speakerName = "MTEXT";
-	_color1 = 11;
-	_textWidth = 160;
+	_color1 = 22;
+	_textWidth = 230;
 	_textMode = ALIGN_CENTER;
 	_hideObjects = false;
 }






More information about the Scummvm-git-logs mailing list