diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-07-10 23:11:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-10 17:11:36 -0600 |
| commit | 6a8baf89369374a4e3bbccb5b45d5de36eb7e843 (patch) | |
| tree | aa7f4d83f1c965950b82165228903c68089eccc6 /src/main.c | |
| parent | 371adbd7b98d221a460bbbb31301a81498d44227 (diff) | |
port pr 730 from the decomp (#445)
* port pr 730 from the decomp
Co-Authored-By: Jed Grabman <7600154+jedgrabman@users.noreply.github.com>
* rename file
* small fix
* finish fix time trial
---------
Co-authored-by: Jed Grabman <7600154+jedgrabman@users.noreply.github.com>
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index 7c5f15e91..4031da633 100644 --- a/src/main.c +++ b/src/main.c @@ -35,7 +35,7 @@ #include "render_player.h" #include "render_courses.h" #include "actors.h" -#include "staff_ghosts.h" +#include "replays.h" #include <debug.h> #include "crash_screen.h" #include "buffers/gfx_output_buffer.h" @@ -826,7 +826,7 @@ void race_logic_loop(void) { func_802A4EF4(); if (gModeSelection == TIME_TRIALS) { - staff_ghosts_loop(); + replays_loop(); } // Wait for all racers to load |
