mirror of
https://github.com/n64decomp/mk64
synced 2026-08-18 21:17:47 -04:00
some const placement and one rename (#529)
* some const placement and one rename
This commit is contained in:
+2
-2
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user