From bb9de08c7354025bc2b074a6e13ddbe5cc0d5e7f Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 14 May 2006 09:58:30 +0000 Subject: Specify the right edge of the sentence line in Maniac/Zak. This fixes bug #1488189, where the sentence line would only display the first character. svn-id: r22467 --- engines/scumm/script_v2.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/scumm/script_v2.cpp b/engines/scumm/script_v2.cpp index f1683fce26..184f491079 100644 --- a/engines/scumm/script_v2.cpp +++ b/engines/scumm/script_v2.cpp @@ -1055,6 +1055,7 @@ void ScummEngine_v2::o2_drawSentence() { _string[2].charset = 1; _string[2].ypos = virtscr[kVerbVirtScreen].topline; _string[2].xpos = 0; + _string[2].right = virtscr[kVerbVirtScreen].w - 1; if (_game.platform == Common::kPlatformNES) { _string[2].xpos = 16; _string[2].color = 0; -- cgit v1.2.3