[Scummvm-cvs-logs] scummvm master -> 7d3c622f6aa36f5a2e2e57cfe6b607e1d9472d7f

dreammaster dreammaster at scummvm.org
Thu Dec 8 07:26:22 CET 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:
7d3c622f6a TSAGE: Bugfix for centering R2R on-screen text by default


Commit: 7d3c622f6aa36f5a2e2e57cfe6b607e1d9472d7f
    https://github.com/scummvm/scummvm/commit/7d3c622f6aa36f5a2e2e57cfe6b607e1d9472d7f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-12-07T22:25:34-08:00

Commit Message:
TSAGE: Bugfix for centering R2R on-screen text by default

Changed paths:
    engines/tsage/core.cpp



diff --git a/engines/tsage/core.cpp b/engines/tsage/core.cpp
index 79a34fa..eb7c734 100644
--- a/engines/tsage/core.cpp
+++ b/engines/tsage/core.cpp
@@ -1580,7 +1580,7 @@ void SceneItem::display(int resNum, int lineNum, ...) {
 	Rect textRect;
 	int maxWidth = 120;
 	bool keepOnscreen = false;
-	bool centerText = g_vm->getGameID() == GType_Ringworld;
+	bool centerText = g_vm->getGameID() != GType_BlueForce;
 	Common::List<int> playList;
 
 	if (resNum != 0) {






More information about the Scummvm-git-logs mailing list