From d19d6adf0da07db46f29b816a308eabbfb16ca67 Mon Sep 17 00:00:00 2001 From: Christopher Torres <7156279+RavenX8@users.noreply.github.com> Date: Sat, 29 Feb 2020 23:38:48 -0500 Subject: [PATCH] Update SonicGenerations.asl --- SonicGenerations.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SonicGenerations.asl b/SonicGenerations.asl index 0e97d01..a02a71a 100644 --- a/SonicGenerations.asl +++ b/SonicGenerations.asl @@ -347,7 +347,7 @@ isLoading gameTime { - if(current.stage_loading || (((timer.Run.CategoryName != "Any%") && current.map_id == 27)) { + if(current.stage_loading || (((timer.Run.CategoryName != "Any%") && current.map_id == 27))) { vars.currentCalcGameTime = vars.totalStageTime = vars.gameTimeBuffer = 0; return TimeSpan.FromSeconds( vars.totalStageTime ); }