From 07525e5ed051e05ba609734912b7c2ff09f808a7 Mon Sep 17 00:00:00 2001 From: MaxED Date: Sat, 4 Apr 2015 22:36:11 +0000 Subject: [PATCH] Game configurations: "Make Door" action's close delay argument had incorrect value (3 -> 34). Game configurations, Hexen things: added "Spawn Fly" (112) actor definition. --- Build/Configurations/Includes/Hexen_things.cfg | 4 +++- Build/Configurations/Includes/ZDoom_misc.cfg | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Build/Configurations/Includes/Hexen_things.cfg b/Build/Configurations/Includes/Hexen_things.cfg index eb426d06..1da370c2 100644 --- a/Build/Configurations/Includes/Hexen_things.cfg +++ b/Build/Configurations/Includes/Hexen_things.cfg @@ -1518,7 +1518,8 @@ other title = "Polyobject Anchor"; fixedrotation = true; } - 3001{ + 3001 + { title = "Polyobject Start Spot"; fixedrotation = true; } @@ -1616,6 +1617,7 @@ other title = "Moving Fog"; } } + 112 = "Spawn Fly"; 113 = "Spawn Leaf"; 9001 = "Map Spot"; 9013 = "Map Spot (gravity)"; diff --git a/Build/Configurations/Includes/ZDoom_misc.cfg b/Build/Configurations/Includes/ZDoom_misc.cfg index 776061b0..d3ab13a2 100644 --- a/Build/Configurations/Includes/ZDoom_misc.cfg +++ b/Build/Configurations/Includes/ZDoom_misc.cfg @@ -1945,7 +1945,7 @@ doormaking_hexen makedoorarg0 = 0; makedoorarg1 = 16; makedoorarg2 = 0; - makedoorarg3 = 3; + makedoorarg3 = 34; makedoorarg4 = 0; } @@ -1956,7 +1956,7 @@ doormaking_udmf makedoorarg0 = 0; makedoorarg1 = 16; makedoorarg2 = 0; - makedoorarg3 = 3; + makedoorarg3 = 34; makedoorarg4 = 0; }