From db4fceab0c1d53366940474f54277a05d75cacec Mon Sep 17 00:00:00 2001 From: Beu Date: Sun, 12 Dec 2021 00:26:06 +0100 Subject: [PATCH] Remove useless variable --- TM_RoyalRounds_Online.Script.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/TM_RoyalRounds_Online.Script.txt b/TM_RoyalRounds_Online.Script.txt index 251b7dd..e65f821 100644 --- a/TM_RoyalRounds_Online.Script.txt +++ b/TM_RoyalRounds_Online.Script.txt @@ -174,8 +174,6 @@ declare Boolean Map_Skipped; UpdateScoresTableFooter(S_PointsLimit, S_RoundsPerMap, S_MapsPerMatch, Map_ValidRoundsNb, S_SegmentsPerRound); -declare Integer Map_NextEmptyArmorCheckTime; - // Find start blocks declare CMapLandmark[] Starts = Map::GetStarts(); declare CMapLandmark[Integer] SortedStarts;