summaryrefslogtreecommitdiff
path: root/src/update_objects.c
diff options
context:
space:
mode:
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;
}
}
}