mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
HUD bug fixes
This commit is contained in:
@@ -344,7 +344,8 @@ void CTextParser::ParseText(CTextExecuteBuffer& out, const char16_t* str, int le
|
||||
}
|
||||
if ((len == -1 || e+1 < len) && str[e+1] != u'&')
|
||||
{
|
||||
out.AddString(str + b, e - b);
|
||||
if (e > b)
|
||||
out.AddString(str + b, e - b);
|
||||
++e;
|
||||
b = e;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user