diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2026-08-11 20:23:28 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-11 20:23:28 -0600 |
| commit | b6f764625111fc7f0a7fe68a358bd3636b297d20 (patch) | |
| tree | 5bd0de9b6cdf319eb1735dc68c5bf933b23a218a /src/main.c | |
| parent | d776da16b387a56df85bb5598eeb03776e63fd60 (diff) | |
| parent | 701d877dbbec50ad75df824bf8e7b297aeac2202 (diff) | |
Merge branch 'main' into coco875-patch-1coco875-patch-1
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index fb4428c66..c21e8cfcd 100644 --- a/src/main.c +++ b/src/main.c @@ -40,6 +40,7 @@ #include "port/Game.h" #include "port/Engine.h" #include "engine/Matrix.h" +#include "engine/TrackBrowser.h" // Declarations (not in this file) void func_80091B78(void); @@ -1108,6 +1109,7 @@ void update_gamestate(void) { */ // init_segment_racing(); setup_race(); + TrackBrowser_ResetSelectedTrack(); // Same function as gCurrentlyLoadedTrackAddr break; case ENDING: gCurrentlyLoadedTrackAddr = NULL; |
