diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-01-23 11:22:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 11:22:07 -0700 |
| commit | 1f189dfa804a05177f99dda1044898eb63fdcb3f (patch) | |
| tree | 598e0a6c26a5554afd1fcbcd801079fd1df090d3 /src/update_objects.c | |
| parent | 24ecfc3db43bfa606f41c42ef8778f96b5047c6b (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/update_objects.c')
| -rw-r--r-- | src/update_objects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_objects.c b/src/update_objects.c index 94fb89ce4..3f25e136f 100644 --- a/src/update_objects.c +++ b/src/update_objects.c @@ -2675,7 +2675,7 @@ void func_80078C70(s32 arg0) { D_8018D1E8 = 1.7578125 / D_8018D200; D_8018D218 = 0xA0; - CourseManager_UpdateClouds(sp1C, camera); + CM_UpdateClouds(sp1C, camera); // switch (gCurrentCourseId) { /* switch 2 */ // case COURSE_MARIO_RACEWAY: /* switch 2 */ |
