some const placement and one rename (#529)

* some const placement and one rename
This commit is contained in:
coco875
2024-01-06 15:46:59 +01:00
committed by GitHub
parent 4429c49062
commit 03843d77fe
26 changed files with 632 additions and 632 deletions
+2 -2
View File
@@ -8188,14 +8188,14 @@ void func_8001C14C(void) {
}
}
void func_8001C3C4(s32 arg0) {
void func_8001C3C4(s32 cameraId) {
if (gCurrentCourseId == COURSE_AWARD_CEREMONY) {
if (gBombKarts[0].waypointIndex >= 16) {
func_80057114(3);
}
} else {
if (gModeSelection == VERSUS) {
func_80057114(arg0);
func_80057114(cameraId);
}
}
}