From bb121cd78e30c3b20aaeca6d5d81915d60bd23e0 Mon Sep 17 00:00:00 2001 From: Chase <29675446+theace0296@users.noreply.github.com> Date: Thu, 14 Oct 2021 17:32:43 -0400 Subject: [PATCH] Use hard-coded counter --- description.ext | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/description.ext b/description.ext index 7fb571af..ccfd0024 100644 --- a/description.ext +++ b/description.ext @@ -123,7 +123,7 @@ class Params texts[] = {"1","2","3","4","5","10","Disabled"}; default = 2; }; - SPACER(__COUNTER__); + SPACER(1); class EnvironmentOptions { title = "~~ Environment Options ~~"; values[] = {""}; @@ -137,7 +137,7 @@ class Params texts[] = {"0.5x (120 minutes real-world = 60 minutes in-game)","1 (60 minutes real-world = 60 minutes in-game)","2 (30 minutes real-world = 60 minutes in-game)","4 (15 minutes real-world = 60 minutes in-game)","6 (10 minutes real-world = 60 minutes in-game)","12 (5 minutes real-world = 60 minutes in-game)"}; default = 1; }; - SPACER(__COUNTER__); + SPACER(2); class CustomMissionOptions { title = "~~ Custom Mission Options ~~"; values[] = {""}; @@ -158,7 +158,7 @@ class Params texts[] = {"Disable","Enable"}; default = 0; }; - SPACER(__COUNTER__); + SPACER(3); class CustomFactionOptions { title = "~~ Custom Faction Options ~~"; values[] = {""}; @@ -207,7 +207,7 @@ class Params texts[] = {"Disable","Enable"}; default = 0; }; - SPACER(__COUNTER__); + SPACER(4); class CustomCampaignOptions { title = "~~ Custom Campaign Options ~~"; values[] = {""}; @@ -228,7 +228,7 @@ class Params texts[] = {"Disable","Enable"}; default = 0; }; - SPACER(__COUNTER__); + SPACER(5); class MissionGenerationOptions { title = "~~ Mission Generation Options ~~"; values[] = {""}; @@ -242,7 +242,7 @@ class Params texts[] = {"Disable","Enable"}; default = 1; }; - SPACER(__COUNTER__); + SPACER(6); class AddonSpecificOptions { title = "~~ Addon Specific Options ~~"; values[] = {""}; @@ -256,7 +256,7 @@ class Params texts[] = {"Disable","Enable"}; default = 0; }; - SPACER(__COUNTER__); + SPACER(7); class TechnicalOptions { title = "~~ Technical Options ~~"; values[] = {""};