diff options
-rw-r--r-- | engines/tsage/ringworld_logic.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/ringworld_logic.cpp b/engines/tsage/ringworld_logic.cpp index 9286521a29..3daa12554b 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; } |