aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/window.cpp')
-rw-r--r--engines/agos/window.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/agos/window.cpp b/engines/agos/window.cpp
index eda2b9d9db..129ad193ba 100644
--- a/engines/agos/window.cpp
+++ b/engines/agos/window.cpp
@@ -76,13 +76,13 @@ void AGOSEngine::changeWindow(uint a) {
return;
_curWindow = a;
- showmessage_print_char(0);
+ justifyOutPut(0);
_textWindow = _windowArray[a];
if (getGameType() == GType_FF || getGameType() == GType_PP)
- showmessage_helper_3(_textWindow->textColumn, _textWindow->width);
+ justifyStart(_textWindow->textColumn, _textWindow->width);
else
- showmessage_helper_3(_textWindow->textLength, _textWindow->textMaxLength);
+ justifyStart(_textWindow->textLength, _textWindow->textMaxLength);
}
void AGOSEngine::closeWindow(uint a) {