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/input.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines/agos/input.cpp') diff --git a/engines/agos/input.cpp b/engines/agos/input.cpp index 993cc49b3b..6729cf7da0 100644 --- a/engines/agos/input.cpp +++ b/engines/agos/input.cpp @@ -432,10 +432,7 @@ void AGOSEngine::permitInput() { _curWindow = 0; if (_windowArray[0] != 0) { _textWindow = _windowArray[0]; - if (getGameType() == GType_FF || getGameType() == GType_PP) - justifyStart(_textWindow->textColumn, _textWindow->width); - else - justifyStart(_textWindow->textLength, _textWindow->textMaxLength); + justifyStart(); } _mortalFlag = false; } -- cgit v1.2.3