From 47e95c0e182ed21486648d88e2ce52aa05d2fe7c Mon Sep 17 00:00:00 2001 From: MegaMech Date: Tue, 10 Sep 2024 16:19:19 -0600 Subject: [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> --- courses/koopa_troopa_beach/course_offsets.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'courses') 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, }; + -- cgit v1.2.3