Revert change in CTextExecuteBuffer to fix intro text

This commit is contained in:
Phillip Stephens 2021-06-03 23:21:36 -07:00
parent 945302c481
commit 8f1b39c27f
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ void CTextExecuteBuffer::TerminateLine() {
}
void CTextExecuteBuffer::TerminateLineLTR() {
if (!xa4_curLine->xc_curY && x18_textState.IsFinishedLoading()) {
if (!xa4_curLine->xc_curY /*&& x18_textState.IsFinishedLoading()*/) {
xa4_curLine->xc_curY = std::max(xa4_curLine->GetHeight(), x18_textState.x48_font->GetCarriageAdvance());
}