diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-18 15:00:06 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-18 15:00:06 -0400 |
commit | c5aa5d37229e5692355e4b3979b6cafbcad7caee (patch) | |
tree | 662be8b474b9c50264fc49262cbaf21769479516 /src/union_room.c | |
parent | 18f108088229e520660ee55fe74a323b3156b036 (diff) |
Fix faulty search&replace
Diffstat (limited to 'src/union_room.c')
-rw-r--r-- | src/union_room.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/union_room.c b/src/union_room.c index 36619dd13..24b8a4d3e 100644 --- a/src/union_room.c +++ b/src/union_room.c @@ -3563,7 +3563,7 @@ static u8 HandlePlayerListUpdate(void) struct UnkStruct_URoom * structPtr = sUnionRoomMain.uRoom; s32 r7 = 0; - // If someone new joined, register them in soundTimer + // If someone new joined, register them in field_8 for (i = 0; i < RFU_CHILD_MAX; i++) { if (AreGnameUnameDifferent(&structPtr->field_C->arr[i].gname_uname, &sUnionGnameUnamePair_Dummy) == TRUE) |