- fixing the last commit...

This commit is contained in:
Jonathan Russell 2018-01-04 23:13:14 +00:00
parent 254501d3e8
commit acf83c2a74
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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
{