From 75297759ee906b103ff9714dad17e683f1757b7f Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sat, 5 Oct 2024 15:31:31 -0600 Subject: [modding] Course Mod Support (#104) * Course Manager * Course * Test * Render * That escalated quickly * update * properties * Properties * test * Fix compile * Add World * skycolours * Skybox Colours done * Cleanup * test * Game runs again * update * Game run again * Cup Works * continue * Add Courses * clouds * changes * fixes * update * Fix compile * update * A few changes * More Updates * More refactors * Fixes * Fix ai behaviour * Changes * Fix courses * test course test not working * CUSTOM * TestCourse works kinda * fixes * test course works * cleanup --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com> --- src/data/path_spawn_metadata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/data/path_spawn_metadata.c') diff --git a/src/data/path_spawn_metadata.c b/src/data/path_spawn_metadata.c index 7bc08dfb8..2157eae02 100644 --- a/src/data/path_spawn_metadata.c +++ b/src/data/path_spawn_metadata.c @@ -70,7 +70,7 @@ BombKartSpawn gBombKartSpawns[][NUM_BOMB_KARTS_MAX] = { #include "assets/course_metadata/gBombKartSpawns.inc.c" }; -struct _struct_gCoursePathSizes_0x10 gCoursePathSizes[] = { +_struct_gCoursePathSizes_0x10 gCoursePathSizes[] = { #include "assets/course_metadata/gCoursePathSizes.inc.c" }; -- cgit v1.2.3