aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-06-19 10:12:37 +0000
committerTravis Howell2006-06-19 10:12:37 +0000
commit032de3589b86173b90b55e1b9516af3e421a8c57 (patch)
treece228103312d2139ad9af594e40e67737dcacbc9
parentf4ff7fabad90c27d52582d08b891b72abc4c5a71 (diff)
downloadscummvm-rg350-032de3589b86173b90b55e1b9516af3e421a8c57.tar.gz
scummvm-rg350-032de3589b86173b90b55e1b9516af3e421a8c57.tar.bz2
scummvm-rg350-032de3589b86173b90b55e1b9516af3e421a8c57.zip
Fix sentence line regression in C64 maniac
svn-id: r23179
-rw-r--r--engines/scumm/script_c64.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/script_c64.cpp b/engines/scumm/script_c64.cpp
index 72bfd94115..a6ecd2cc23 100644
--- a/engines/scumm/script_c64.cpp
+++ b/engines/scumm/script_c64.cpp
@@ -532,6 +532,7 @@ void ScummEngine_c64::drawSentence() {
_string[2].charset = 1;
_string[2].ypos = virtscr[kVerbVirtScreen].topline;
_string[2].xpos = 0;
+ _string[2].right = virtscr[kVerbVirtScreen].w - 1;
_string[2].color = 16;
byte string[80];