From 1bee59a364a70f561753322aef11042afce75ed2 Mon Sep 17 00:00:00 2001
From: spherallic <spherallic@gmail.com>
Date: Mon, 20 Mar 2023 14:25:02 +0100
Subject: [PATCH] Restore Wind/Current and Conveyor Belt effects in 2.2 config,
 mark them as deprecated

---
 Build/Configurations/SRB2-22.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Build/Configurations/SRB2-22.cfg b/Build/Configurations/SRB2-22.cfg
index c181d361..b03bbc7b 100644
--- a/Build/Configurations/SRB2-22.cfg
+++ b/Build/Configurations/SRB2-22.cfg
@@ -443,8 +443,8 @@ sectortypes
 	144 = "Egg Capsule";
 	160 = "Special Stage Time/Spheres Parameters <deprecated>";
 	176 = "Custom Global Gravity <deprecated>";
-					  
-						
+	512 = "Wind/Current <deprecated>";
+	1024 = "Conveyor Belt <deprecated>";
 	1280 = "Speed Pad";
 	1536 = "Flip Gravity on Jump";
 	4096 = "Star Post Activator";
@@ -504,8 +504,8 @@ gen_sectortypes
 	third
 	{
 		0 = "Normal";
-					   
-						 
+		512 = "Wind/Current <deprecated>";
+		1024 = "Conveyor Belt <deprecated>";		 
 		1280 = "Speed Pad";
 		1536 = "Flip Gravity on Jump";
 	}
-- 
GitLab