mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-09 20:31:30 -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
@@ -11,7 +11,7 @@ typedef struct {
|
||||
// The 6th record is the best 1-lap record
|
||||
u8 records[6][3];
|
||||
// It's unknown what these bytes are used for
|
||||
// Byte 1 might be an indicator that there is a ghost available for that course
|
||||
// Byte 1 might be an indicator that there is a ghost available for that track
|
||||
u8 unknownBytes[5];
|
||||
u8 checksum;
|
||||
} CourseTimeTrialRecords; // size = 0x18
|
||||
|
||||
Reference in New Issue
Block a user