From 9f85511537f460d70bf8b3b22ff77327554e752d Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 27 Oct 2006 13:28:32 +0000 Subject: Cleanup svn-id: r24533 --- engines/agos/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agos/string.cpp') 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) -- cgit v1.2.3