diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-15 22:44:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 22:44:01 -0400 |
commit | a4a3c1c9e5a0026415330eab9bea2f8f3e83e0a3 (patch) | |
tree | a4a2a111096ba65ccd8d855b3af936f680f9634f /src/overworld.c | |
parent | 187f10be9d8a08e348a7cfee1d5b0d8fee861859 (diff) | |
parent | 3a7995bc7ce8fda6a763ab14f96a2011f735def6 (diff) |
Merge pull request #1511 from GriffinRichards/doc-union
Document link_rfu / Union Room
Diffstat (limited to 'src/overworld.c')
-rw-r--r-- | src/overworld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overworld.c b/src/overworld.c index cfe8489ce..8347c67a6 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; } |