summaryrefslogtreecommitdiff
path: root/src/code_80057C60.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code_80057C60.c')
-rw-r--r--src/code_80057C60.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code_80057C60.c b/src/code_80057C60.c
index bc0000bd6..96cf3e171 100644
--- a/src/code_80057C60.c
+++ b/src/code_80057C60.c
@@ -703,6 +703,7 @@ void render_object_for_player(s32 cameraId) {
CourseManager_RenderCourseObjects(cameraId);
CourseManager_TrainSmokeDraw(cameraId);
CourseManager_DrawThwomps(cameraId);
+ CourseManager_DrawPenguins(cameraId);
// switch (gCurrentCourseId) {
// case COURSE_MARIO_RACEWAY:
@@ -1580,6 +1581,7 @@ void update_object(void) {
CourseManager_UpdateCourseObjects();
CourseManager_TrainSmokeTick();
+ CourseManager_TickPenguins();
// switch (gCurrentCourseId) {
// case COURSE_MARIO_RACEWAY: