Skip to content

Commit 6d4ff35

Browse files
authored
Merge pull request #65 from CommunalHelper/misc-fix
actually fix timestop persisting thru level exit
2 parents 8b25ab5 + 1318733 commit 6d4ff35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Code/VitModule.cs

+1
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ private void Level_End(On.Celeste.Level.orig_End orig, Level self)
617617
TimeCrystal.stopTimer = 0f;
618618
TimeCrystal.stopStage = 0;
619619
timeStopScaleTimer = 0f;
620+
useTimeStopDelta = false;
620621
CoyoteBounceTrigger.CoyoteTriggerInside = null;
621622
orig(self);
622623
}

0 commit comments

Comments
 (0)