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)
|
||||
{
|
||||
if (*toCpy == CHAR_SPACE)
|
||||
dst[dstID] = CHAR_NBSP;
|
||||
else
|
||||
dst[dstID] = *toCpy;
|
||||
dst[dstID] = *toCpy;
|
||||
dstID++;
|
||||
toCpy++;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user