summaryrefslogtreecommitdiff
path: root/src/data/path_spawn_metadata.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-12-07 21:00:06 -0700
committerGitHub <noreply@github.com>2025-12-07 21:00:06 -0700
commitdbae0c3aca33a022e8c1d511fe521407375057b2 (patch)
tree889ebe9e5c03261d92304545c5beae13892831f2 /src/data/path_spawn_metadata.h
parent04ca19a9757752676450364e998d6af0d90e73ef (diff)
Name ScreenContext, Refactor Course class to Track (#583)
* Rename Screen Contexts * typedef ScreenContext struct * Fix Compile * Rename Course.cpp to Track.cpp * Refactor Course to Track * A few renames * General Cleanup * More Rename * More names * Move TrackSections struct to Track.h --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/data/path_spawn_metadata.h')
-rw-r--r--src/data/path_spawn_metadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/path_spawn_metadata.h b/src/data/path_spawn_metadata.h
index 981b944fc..8c89010fa 100644
--- a/src/data/path_spawn_metadata.h
+++ b/src/data/path_spawn_metadata.h
@@ -13,7 +13,7 @@ typedef struct {
/* 0x06 */ u16 unk6;
/* 0x08 */ u16 unk8;
/* 0x0A */ char padA[6];
-} _struct_gCoursePathSizes_0x10; // size 0x10
+} TrackPathSizes; // size 0x10
extern TrackPathPoint nullPath;
extern s16 gAIDistances[];