diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2023-10-08 00:31:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-07 16:31:48 -0600 |
| commit | d8cfed94913f06e31f48b3e63f3e12cfa9907405 (patch) | |
| tree | 395598dcf9e71e6948f6ded563e47cbaa9d7028c /src/code_800029B0.c | |
| parent | 2b74bbbcefe396564a55357eda094fc8c8baf36a (diff) | |
Various Naming (#445)
* Mass renames
Diffstat (limited to 'src/code_800029B0.c')
| -rw-r--r-- | src/code_800029B0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code_800029B0.c b/src/code_800029B0.c index a9179a604..36878fc7b 100644 --- a/src/code_800029B0.c +++ b/src/code_800029B0.c @@ -163,7 +163,7 @@ void setup_race(void) { struct Controller *controller; int i; - gPlayerCountSelection1 = D_8018EDF3; + gPlayerCountSelection1 = gPlayerCount; if (gGamestate != RACING) { gIsMirrorMode = 0; } @@ -189,7 +189,7 @@ void setup_race(void) { func_802969F8(); func_80005310(); func_8003D080(); - func_8006E9C0(); + init_object_list(); D_800DC510 = 0; gNumSpawnedShells = 0; D_800DC5B8 = 0; |
