From 6787dfeafb7ae34b33b1ed2928d6f431a646ed33 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 8 Mar 2016 16:01:26 +0100 Subject: [PATCH] - updated xlat/eternity.txt --- wadsrc/static/xlat/eternity.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/wadsrc/static/xlat/eternity.txt b/wadsrc/static/xlat/eternity.txt index 2a13d3b4f..0199b8348 100644 --- a/wadsrc/static/xlat/eternity.txt +++ b/wadsrc/static/xlat/eternity.txt @@ -112,11 +112,11 @@ enum 342 = 0, Stairs_BuildUpDoomSync(0) 343 = 0, Stairs_BuildDownDoomSync(0) -// Two-way portals are not supported yet either -344 = 0, Unsupported() // "Portal_TwowayCeiling" -345 = 0, Unsupported() // "Portal_TwowayFloor" -346 = 0, Unsupported() // "Portal_TwowayAnchorLine" -347 = 0, Unsupported() // "Portal_TwowayAnchorLineFloor" +// Two-way portals are just the same as the simple types. +344 = 0, Sector_SetPortal(tag, 0, 1, 1, 0) // "Portal_AnchoredCeiling" +345 = 0, Sector_SetPortal(tag, 0, 0, 1, 0) // "Portal_AnchoredFloor" +346 = 0, Sector_SetPortal(tag, 0, 1, 0, 0) // "Portal_AnchorLine" +347 = 0, Sector_SetPortal(tag, 0, 0, 0, 0) // "Portal_AnchorLineFloor" // More parameterized linedefs 348 = 0, Polyobj_StartLine(0) @@ -215,3 +215,6 @@ enum 428 = 0, Thing_Destroy(0) 429 = 0, Door_LockedRaise(0) 430 = 0, ACS_LockedExecute(0) +431 = 0, Floor_Donut(0) +432 = 0, Ceiling_CrushAndRaise(0) +433 = 0, Ceiling_CrushStop(0)