summaryrefslogtreecommitdiff
path: root/src/overworld.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-05 23:38:36 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-07 10:43:03 -0400
commit6aaf50ee27c175c8e54c7299fdc86d90b0b29187 (patch)
tree2152fab10b10669b6a1ead030814dfe61960cd92 /src/overworld.c
parent4efa6c882a68d69e32f59580faa438a6b1fd0b68 (diff)
Rename GF Gname, Rfu, finish bulk of Union Room, more link doc
Diffstat (limited to 'src/overworld.c')
-rw-r--r--src/overworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overworld.c b/src/overworld.c
index 979ebb74c..154ece042 100644
--- a/src/overworld.c
+++ b/src/overworld.c
@@ -2898,7 +2898,7 @@ bool32 IsSendingKeysOverCable(void)
static u32 GetLinkSendQueueLength(void)
{
if (gWirelessCommType != 0)
- return Rfu.sendQueue.count;
+ return gRfu.sendQueue.count;
else
return gLink.sendQueue.count;
}