mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-08 12:06:08 -04:00
[modding] Implement Vehicles & Fix Animations (#109)
* Train works * Fix minimap * Fix highway * Fix * Refactor train and boat * Update * Implement Trucks * Fix tanker * Finish implementing vehicles * Fix animations * Fix spawn players * Fix spawn players * Fix loading custom data --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -696,6 +696,7 @@ void render_player_snow_effect_four(void) {
|
||||
void render_object_for_player(s32 cameraId) {
|
||||
|
||||
CourseManager_RenderCourseObjects(cameraId);
|
||||
CourseManager_TrainSmokeDraw(cameraId);
|
||||
|
||||
// switch (gCurrentCourseId) {
|
||||
// case COURSE_MARIO_RACEWAY:
|
||||
@@ -1570,6 +1571,7 @@ void func_8005A71C(void) {
|
||||
void update_object(void) {
|
||||
|
||||
CourseManager_UpdateCourseObjects();
|
||||
CourseManager_TrainSmokeTick();
|
||||
|
||||
// switch (gCurrentCourseId) {
|
||||
// case COURSE_MARIO_RACEWAY:
|
||||
|
||||
Reference in New Issue
Block a user