diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-09-10 17:36:11 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-10 17:36:11 -0600 |
| commit | f79b02348ab83d510004708dbd892fa9316dead8 (patch) | |
| tree | 0e9d65dbfc066fbad0e5e5b6277167f90301ec99 /courses | |
| parent | abde6714be6d8d2cd552907b897589d6438d222c (diff) | |
Fix compile (#80)
* Fix compile
* Fix compile
* Fix mtx in fb effects
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'courses')
| -rw-r--r-- | courses/koopa_troopa_beach/course_offsets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/courses/koopa_troopa_beach/course_offsets.c b/courses/koopa_troopa_beach/course_offsets.c index 33271cd95..68af5b33e 100644 --- a/courses/koopa_troopa_beach/course_offsets.c +++ b/courses/koopa_troopa_beach/course_offsets.c @@ -316,7 +316,7 @@ Animation* d_course_koopa_troopa_beach_unk_data5[] = { }; // No idea what this stuff is -u32 d_course_koopa_troopa_beach_unk_data6[] = { +uintptr_t d_course_koopa_troopa_beach_unk_data6[] = { 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0x00000001, }; |
