mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-17 13:50:29 -04:00
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>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user