summaryrefslogtreecommitdiff
path: root/include/objects.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 /include/objects.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 'include/objects.h')
-rw-r--r--include/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/objects.h b/include/objects.h
index 4c3c6d77b..2862b7587 100644
--- a/include/objects.h
+++ b/include/objects.h
@@ -213,7 +213,7 @@ extern Collision D_8018C0B0[];
* First indexObjectList1 gets an unused index, then indexObjectList2, then indexObjectList3, then indexObjectList4, and
*then it loops.
*
- * The objects found at the indices in each list appears to be course dependent
+ * The objects found at the indices in each list appears to be track dependent
**/
#define NUM_YV_FLAG_POLES 4