summaryrefslogtreecommitdiff
path: root/src/code_800029B0.c
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-01-23 11:22:07 -0700
committerGitHub <noreply@github.com>2025-01-23 11:22:07 -0700
commit1f189dfa804a05177f99dda1044898eb63fdcb3f (patch)
tree598e0a6c26a5554afd1fcbcd801079fd1df090d3 /src/code_800029B0.c
parent24ecfc3db43bfa606f41c42ef8778f96b5047c6b (diff)
Game.cpp and World.cpp Cleanup (#159)
* Remove CProperties and delete dup Properties from World.h * Improvement * Fix compile * Cleanup * Document gRaceState * wip cleanup * compile * Impl PlayerBombKart * Rename CourseManager_ to CM_ * Finish renames m_ to CM_ * cleanup * Remove extra printf --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/code_800029B0.c')
-rw-r--r--src/code_800029B0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_800029B0.c b/src/code_800029B0.c
index 32aa3137d..a75691622 100644
--- a/src/code_800029B0.c
+++ b/src/code_800029B0.c
@@ -212,7 +212,7 @@ void setup_race(void) {
func_80005310();
func_8003D080();
init_hud();
- D_800DC510 = 0;
+ gRaceState = RACE_INIT;
gNumSpawnedShells = 0;
D_800DC5B8 = 0;
D_80152308 = 0;
@@ -254,7 +254,7 @@ void setup_race(void) {
void func_80002DAC(void) {
- CourseManager_SomeSounds();
+ CM_SomeSounds();
// switch (gCurrentCourseId) {
// case COURSE_MARIO_RACEWAY:
@@ -324,7 +324,7 @@ void credits_spawn_actors(void) {
destroy_all_actors();
CM_CleanWorld();
- CourseManager_CreditsSpawnActors();
+ CM_CreditsSpawnActors();
gNumPermanentActors = gNumActors;
}