mirror of
https://github.com/n64decomp/mk64
synced 2026-07-28 15:17:01 -04:00
Fix course data & course table warnings (#313)
This commit is contained in:
+2
-2
@@ -1328,8 +1328,8 @@ u8 *load_course(s32 courseId) {
|
||||
uintptr_t finalDisplaylistOffset;
|
||||
u32 unknown1;
|
||||
s32 prevLoadedAddress_saved;
|
||||
struct course_texture *offsetRomStart;
|
||||
struct course_texture *offsetRomEnd;
|
||||
u8 *offsetRomStart;
|
||||
u8 *offsetRomEnd;
|
||||
|
||||
// Pointers to rom offsets
|
||||
//gamestate = gGamestate;
|
||||
|
||||
Reference in New Issue
Block a user