diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-26 22:04:44 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-26 22:04:44 -0500 |
commit | accea672f16cb74b0ec16e0e740cf9f67a651dfb (patch) | |
tree | 2c2f7fc137ddea6ec53ba0fe8fa78e44b4e68714 /src/record_mixing.c | |
parent | eca329f9c500d89f451a4ab88f65da79c112bf71 (diff) |
Incorporate feedback
Diffstat (limited to 'src/record_mixing.c')
-rw-r--r-- | src/record_mixing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/record_mixing.c b/src/record_mixing.c index aafd7284b..e58fdcc4e 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); - SetLocalLinkPlayerId(gSpecialVar_0x8005); + SetgLocalLinkPlayerId(gSpecialVar_0x8005); VarSet(VAR_TEMP_0, 1); gUnknown_03001130 = FALSE; PrepareExchangePacket(); |