Cleanup
svn-id: r24533
This commit is contained in:
parent
f07fc242b3
commit
9f85511537
6 changed files with 14 additions and 22 deletions
|
@ -78,11 +78,7 @@ void AGOSEngine::changeWindow(uint a) {
|
|||
_curWindow = a;
|
||||
justifyOutPut(0);
|
||||
_textWindow = _windowArray[a];
|
||||
|
||||
if (getGameType() == GType_FF || getGameType() == GType_PP)
|
||||
justifyStart(_textWindow->textColumn, _textWindow->width);
|
||||
else
|
||||
justifyStart(_textWindow->textLength, _textWindow->textMaxLength);
|
||||
justifyStart();
|
||||
}
|
||||
|
||||
void AGOSEngine::closeWindow(uint a) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue