From acf83c2a74445d697a46fa463f605f624fe7f3dc Mon Sep 17 00:00:00 2001
From: Jonathan Russell <russj159@yahoo.co.uk>
Date: Thu, 4 Jan 2018 23:13:14 +0000
Subject: [PATCH] - fixing the last commit...

---
 wadsrc/static/mapinfo/common.txt           | 6 ------
 wadsrc/static/zscript/shared/dynlights.txt | 6 ------
 2 files changed, 12 deletions(-)

diff --git a/wadsrc/static/mapinfo/common.txt b/wadsrc/static/mapinfo/common.txt
index 500e9b3c7..1c1559b06 100644
--- a/wadsrc/static/mapinfo/common.txt
+++ b/wadsrc/static/mapinfo/common.txt
@@ -114,9 +114,6 @@ DoomEdNums
   9842 = SpotLightFlicker
   9843 = SectorSpotLight
   9844 = SpotLightFlickerRandom
-<<<<<<< Updated upstream
-=======
-<<<<<<< HEAD
   9850 = SpotLightAdditive
   9851 = SpotLightPulseAdditive
   9852 = SpotLightFlickerAdditive
@@ -132,9 +129,6 @@ DoomEdNums
   9872 = SpotLightFlickerAttenuated
   9873 = SectorSpotLightAttenuated
   9874 = SpotLightFlickerRandomAttenuated
-=======
->>>>>>> 7f7c720883e6841ced9c5e66cdae5e6b531872ad
->>>>>>> Stashed changes
   9982 = SecActEyesAboveC
   9983 = SecActEyesBelowC
   9988 = CustomSprite
diff --git a/wadsrc/static/zscript/shared/dynlights.txt b/wadsrc/static/zscript/shared/dynlights.txt
index 59584bb23..c2c005bd8 100644
--- a/wadsrc/static/zscript/shared/dynlights.txt
+++ b/wadsrc/static/zscript/shared/dynlights.txt
@@ -245,9 +245,6 @@ class SpotLightFlickerRandom : SpotLight
 		DynamicLight.Type "RandomFlicker";
 	}
 }
-<<<<<<< Updated upstream
-=======
-<<<<<<< HEAD
 
 class SpotLightAdditive : SpotLight
 {
@@ -368,9 +365,6 @@ class SpotLightFlickerRandomAttenuated : SpotLightFlickerRandom
 		+DYNAMICLIGHT.ATTENUATE
 	}
 }
-=======
->>>>>>> 7f7c720883e6841ced9c5e66cdae5e6b531872ad
->>>>>>> Stashed changes
 
 class VavoomLight : DynamicLight 
 {