summaryrefslogtreecommitdiff
path: root/src/record_mixing.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-01 01:18:58 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-01 01:18:58 -0500
commit459fd93b59795c0c9c888584d38e82577e07c056 (patch)
tree63fca6b6a011cc4bb039b5f1a10b3791f4ae465b /src/record_mixing.c
parentb8a60b055b9261210874fef3cac7696d6a97f45f (diff)
Fix minor errors
Diffstat (limited to 'src/record_mixing.c')
-rw-r--r--src/record_mixing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/record_mixing.c b/src/record_mixing.c
index e58fdcc4e..aafd7284b 100644
--- a/src/record_mixing.c
+++ b/src/record_mixing.c
@@ -324,7 +324,7 @@ static void Task_RecordMixing_Main(u8 taskId)
case 0: // init
sSentRecord = malloc(sizeof(union PlayerRecords));
sReceivedRecords = malloc(sizeof(union PlayerRecords) * 4);
- SetgLocalLinkPlayerId(gSpecialVar_0x8005);
+ SetLocalLinkPlayerId(gSpecialVar_0x8005);
VarSet(VAR_TEMP_0, 1);
gUnknown_03001130 = FALSE;
PrepareExchangePacket();