diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-04-10 20:49:10 +0200 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-11 07:02:48 -0500 |
commit | 5bc640da9b754e3eae70bb82288c7e86dd5b29de (patch) | |
tree | a9428dfd49cf15bb88234b9ddcd0dfe6d06f8abc /src/berry_crush.c | |
parent | a65cffef42ff84f437675408895c91f15c6205ab (diff) |
nonmatchings
Diffstat (limited to 'src/berry_crush.c')
-rwxr-xr-x | src/berry_crush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_crush.c b/src/berry_crush.c index 8efb5906b..a5d964cc9 100755 --- a/src/berry_crush.c +++ b/src/berry_crush.c @@ -337,7 +337,7 @@ void sub_8020FC4(struct BerryCrushGame *arg0) for (i = 0; i < arg0->unk9; i++) StringCopy(arg0->unk84.players[i].unk14, gLinkPlayers[i].name); - + for (; i < 5; i++) { memset(arg0->unk84.players[i].unk14, 1, PLAYER_NAME_LENGTH); |