svn-id: r24533
This commit is contained in:
Travis Howell 2006-10-27 13:28:32 +00:00
parent f07fc242b3
commit 9f85511537
6 changed files with 14 additions and 22 deletions

View file

@ -667,10 +667,7 @@ void AGOSEngine::o_defWindow() {
if (num == _curWindow) {
_textWindow = _windowArray[num];
if (getGameType() == GType_FF || getGameType() == GType_PP)
justifyStart(_textWindow->textColumn, _textWindow->width);
else
justifyStart(_textWindow->textLength, _textWindow->textMaxLength);
justifyStart();
}
}