summaryrefslogtreecommitdiff
path: root/src/union_room_chat.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-11 14:34:45 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-11 14:34:45 -0400
commit8f8665e1dcfffaa83727e3cb814c82179aa3dbe3 (patch)
treefb1346209b13912ef04467337f8e9ba867796dd7 /src/union_room_chat.c
parentec0edfd1985287212220d886dcf8243b0949bd28 (diff)
Some documentation of berry_crush
Diffstat (limited to 'src/union_room_chat.c')
-rw-r--r--src/union_room_chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/union_room_chat.c b/src/union_room_chat.c
index 4ac4c62cb..5d19dc9cd 100644
--- a/src/union_room_chat.c
+++ b/src/union_room_chat.c
@@ -543,7 +543,7 @@ static void ChatEntryRoutine_AskQuitChatting(void)
}
break;
case 5:
- if (gReceivedRemoteLinkPlayers == 0)
+ if (!gReceivedRemoteLinkPlayers)
{
GoToRoutine(CHATENTRYROUTINE_SAVEANDEXIT);
}