summaryrefslogtreecommitdiff
path: root/src/update_objects.c
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2025-07-10 23:11:36 +0000
committerGitHub <noreply@github.com>2025-07-10 17:11:36 -0600
commit6a8baf89369374a4e3bbccb5b45d5de36eb7e843 (patch)
treeaa7f4d83f1c965950b82165228903c68089eccc6 /src/update_objects.c
parent371adbd7b98d221a460bbbb31301a81498d44227 (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/update_objects.c')
-rw-r--r--src/update_objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_objects.c b/src/update_objects.c
index 990646a74..fe823d602 100644
--- a/src/update_objects.c
+++ b/src/update_objects.c
@@ -205,7 +205,7 @@ void func_80072180(void) {
if (gModeSelection == TIME_TRIALS) {
if (((gPlayerOne->type & PLAYER_EXISTS) != 0) &&
((gPlayerOne->type & (PLAYER_INVISIBLE_OR_BOMB | PLAYER_CPU)) == 0)) {
- D_80162DF8 = 1;
+ gPostTimeTrialReplayCannotSave = 1;
}
}
}