Made the names of the lighting linedef executors consistent with the regular lighting linedef types.

This commit is contained in:
MascaraSnake 2017-08-05 08:02:11 +02:00
parent d35372cc3b
commit 45ac53f975
2 changed files with 4 additions and 4 deletions

View file

@ -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";
}

View file

@ -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";
}