aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/string.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-10-27 13:28:32 +0000
committerTravis Howell2006-10-27 13:28:32 +0000
commit9f85511537f460d70bf8b3b22ff77327554e752d (patch)
treee52c3dd60a3901e0543d19b64d13c730d6426336 /engines/agos/string.cpp
parentf07fc242b30f781d197fe19005e3a9cbff922c44 (diff)
downloadscummvm-rg350-9f85511537f460d70bf8b3b22ff77327554e752d.tar.gz
scummvm-rg350-9f85511537f460d70bf8b3b22ff77327554e752d.tar.bz2
scummvm-rg350-9f85511537f460d70bf8b3b22ff77327554e752d.zip
Cleanup
svn-id: r24533
Diffstat (limited to 'engines/agos/string.cpp')
-rw-r--r--engines/agos/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/string.cpp b/engines/agos/string.cpp
index 2bd7f76db8..2b999a6eca 100644
--- a/engines/agos/string.cpp
+++ b/engines/agos/string.cpp
@@ -726,7 +726,7 @@ void AGOSEngine::printBox() {
_textWindow->textRow = 0;
_textWindow->textColumnOffset = 0;
_textWindow->textLength = 0;
- justifyStart(_textWindow->textLength, _textWindow->textMaxLength);
+ justifyStart();
waitForSync(99);
BoxBufferPtr = _boxBuffer;
while (*BoxBufferPtr)