Skip to content

Commit

Permalink
Update render_courses.c
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaMech authored Sep 11, 2024
1 parent 2734252 commit 87c2a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/racing/render_courses.c
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ void render_double_deck(UNUSED struct UnkStruct_800DC5EC* arg0) {
void render_dks_jungle_parkway(struct UnkStruct_800DC5EC* arg0) {

func_802B5D64(D_800DC610, D_802B87D4, 0, 1);
func_802B5D64(D_800DC610[1], D_802B87D4, D_802B87D0, 1);
func_802B5D64(&D_800DC610[1], D_802B87D4, D_802B87D0, 1);

gSPSetGeometryMode(gDisplayListHead++, G_SHADING_SMOOTH);
gSPClearGeometryMode(gDisplayListHead++, G_CULL_BACK | G_LIGHTING);
Expand Down Expand Up @@ -1514,7 +1514,7 @@ void func_80295D88(void) {
D_8015F8E4 = -80.0f;
break;
case COURSE_YOSHI_VALLEY:
func_802B5D64((uintptr_t) &d_course_yoshi_valley_lights4, -0x38F0, 0x1C70, 1);
func_802B5D64(&d_course_yoshi_valley_lights4, -0x38F0, 0x1C70, 1);
parse_course_displaylists((uintptr_t) d_course_yoshi_valley_addr);
func_80295C6C();
D_8015F8E4 = gCourseMinY - 10.0f;
Expand Down

0 comments on commit 87c2a48

Please sign in to comment.