aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
authorJames Brown2003-05-22 05:44:18 +0000
committerJames Brown2003-05-22 05:44:18 +0000
commit573678abc02ff9684a364e50134d23cd231105d2 (patch)
tree0f929d464ec0dd08d5908f45a9744bc2545a86ae /scumm/script_v2.cpp
parent19bbee78433f41bf01db2e894d8a04b117ffb4c5 (diff)
downloadscummvm-rg350-573678abc02ff9684a364e50134d23cd231105d2.tar.gz
scummvm-rg350-573678abc02ff9684a364e50134d23cd231105d2.tar.bz2
scummvm-rg350-573678abc02ff9684a364e50134d23cd231105d2.zip
V2 Inventory scrolling, etc
svn-id: r7817
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 3fec9ace99..3c3fc7daac 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -938,7 +938,7 @@ void Scumm_v2::o2_drawSentence() {
sentenceline.top = virtscr[2].topline;
sentenceline.bottom = virtscr[2].topline + 8;
sentenceline.left = 0;
- sentenceline.right = 200;
+ sentenceline.right = 319;
restoreBG(sentenceline);
drawString(2);