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/debug | |
| 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/debug')
| -rw-r--r-- | src/debug/all_variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/all_variables.h b/src/debug/all_variables.h index 41afb0407..d71336b89 100644 --- a/src/debug/all_variables.h +++ b/src/debug/all_variables.h @@ -46,7 +46,7 @@ #include <render_courses.h> #include <skybox_and_splitscreen.h> #include <spawn_players.h> -#include <staff_ghosts.h> +#include <replays.h> #include <textures.h> #include <actor_types.h> |
