Merge pull request #10 from Bubble791/chinese_branch
Update battle_message.c
This commit is contained in:
commit
5d2e82fadb
@ -3142,10 +3142,7 @@ u32 BattleStringExpandPlaceholders(const u8 *src, u8 *dst, u32 dstSize)
|
|||||||
{
|
{
|
||||||
while (*toCpy != EOS)
|
while (*toCpy != EOS)
|
||||||
{
|
{
|
||||||
if (*toCpy == CHAR_SPACE)
|
dst[dstID] = *toCpy;
|
||||||
dst[dstID] = CHAR_NBSP;
|
|
||||||
else
|
|
||||||
dst[dstID] = *toCpy;
|
|
||||||
dstID++;
|
dstID++;
|
||||||
toCpy++;
|
toCpy++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user