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

This commit is contained in:
Paul Gilbert 2011-12-08 17:25:34 +11:00
parent 86514cfe46
commit 7d3c622f6a

View File

@ -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) {