diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-09-10 16:19:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-10 16:19:19 -0600 |
| commit | 47e95c0e182ed21486648d88e2ce52aa05d2fe7c (patch) | |
| tree | b9025bed5e0393286914d6a76112ce1d79c33d48 /courses | |
| parent | cf05266bf93e23072aa890c753d328bedf2a5cb0 (diff) | |
[enhancement] Freecam (#56)
* Create noclip.c
* Create noclip.h
* Update camera.c
* Update render_courses.c
* Update ImguiUI.cpp
* Freecam Done
* Add smoothing to window
* Update freecam
* focus player
* fix
* Update freecam.c
* Update freecam.h
* Update render_courses.c
* Update FreecamWindow.cpp
* Update Engine.cpp
* Move vars
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'courses')
| -rw-r--r-- | courses/koopa_troopa_beach/course_offsets.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/courses/koopa_troopa_beach/course_offsets.c b/courses/koopa_troopa_beach/course_offsets.c index e288e62bf..33271cd95 100644 --- a/courses/koopa_troopa_beach/course_offsets.c +++ b/courses/koopa_troopa_beach/course_offsets.c @@ -130,7 +130,7 @@ Gfx* koopa_troopa_beach_dls2[] = { // 0x06014828 // animations? lights? -u32 d_course_koopa_troopa_beach_unk_data1[] = { +uintptr_t d_course_koopa_troopa_beach_unk_data1[] = { 0x00000000, 0x00000001, 0x00000000, @@ -319,3 +319,4 @@ Animation* d_course_koopa_troopa_beach_unk_data5[] = { u32 d_course_koopa_troopa_beach_unk_data6[] = { 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0x00000001, }; + |
