From 45ac53f9759e9b4a9168c319bd035e6e6263af8d Mon Sep 17 00:00:00 2001 From: MascaraSnake Date: Sat, 5 Aug 2017 08:02:11 +0200 Subject: [PATCH] Made the names of the lighting linedef executors consistent with the regular lighting linedef types. --- Build/Configurations/Srb2-21slopeszb.cfg | 4 ++-- Build/Configurations/Srb2TD-10.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Build/Configurations/Srb2-21slopeszb.cfg b/Build/Configurations/Srb2-21slopeszb.cfg index 0992abd..7592553 100644 --- a/Build/Configurations/Srb2-21slopeszb.cfg +++ b/Build/Configurations/Srb2-21slopeszb.cfg @@ -1643,14 +1643,14 @@ linedeftypes 416 { - title = "Start Adjustable Fire Flicker"; + title = "Start Adjustable Flickering Light"; prefix = "(416)"; flags64text = "[6] Second level from back"; } 417 { - title = "Start Adjustable Glowing Light"; + title = "Start Adjustable Pulsating Light"; prefix = "(417)"; flags64text = "[6] Second level from back"; } diff --git a/Build/Configurations/Srb2TD-10.cfg b/Build/Configurations/Srb2TD-10.cfg index c4f7842..8c22a01 100644 --- a/Build/Configurations/Srb2TD-10.cfg +++ b/Build/Configurations/Srb2TD-10.cfg @@ -1637,14 +1637,14 @@ linedeftypes 416 { - title = "Start Adjustable Fire Flicker"; + title = "Start Adjustable Flickering Light"; prefix = "(416)"; flags64text = "[6] Second level from back"; } 417 { - title = "Start Adjustable Glowing Light"; + title = "Start Adjustable Pulsating Light"; prefix = "(417)"; flags64text = "[6] Second level from back"; }