2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:44:56 +00:00

Revert change in CTextExecuteBuffer to fix intro text

This commit is contained in:
2021-06-03 23:21:36 -07:00
parent 945302c481
commit 8f1b39c27f

View File

@@ -263,7 +263,7 @@ void CTextExecuteBuffer::TerminateLine() {
} }
void CTextExecuteBuffer::TerminateLineLTR() { 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()); xa4_curLine->xc_curY = std::max(xa4_curLine->GetHeight(), x18_textState.x48_font->GetCarriageAdvance());
} }