aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/input.cpp')
-rw-r--r--engines/agos/input.cpp5
1 files changed, 1 insertions, 4 deletions
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;
}