diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2024-04-16 00:19:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 16:19:43 -0700 |
| commit | 7f426967efd07046bfbe791ed4e64808ae5a26e2 (patch) | |
| tree | 51014dee003a4e30ac6db96c640c66db13dc6d3f /src/code/m_scene.c | |
| parent | 4ab3a1d9dcb76d80fe745dcbe79f3e925b8fac7e (diff) | |
ac_ball OK and documented (#173)
* ac_ball OK
* hopefully format
* address warnings
* Apply suggestions from code review
Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>
* suggestions pt2
---------
Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>
Diffstat (limited to 'src/code/m_scene.c')
| -rw-r--r-- | src/code/m_scene.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/m_scene.c b/src/code/m_scene.c index e29fa0c..8c5ba7a 100644 --- a/src/code/m_scene.c +++ b/src/code/m_scene.c @@ -399,8 +399,8 @@ void mSc_dmacopy_all_exchange_bank(ObjectExchangeBank* exchange) { } } if (common_data.clip.unk_0A8 != NULL) { - if (common_data.clip.unk_0A8->unk_4 != NULL) { - common_data.clip.unk_0A8->unk_4(exchange); + if (common_data.clip.unk_0A8->unk_04 != NULL) { + common_data.clip.unk_0A8->unk_04(exchange); } } |
