From feeaf29c461d77c1e28ae9e9f5e920686ed1ab33 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 7 Jan 2016 22:20:01 +0100 Subject: [PATCH] - set translations for Eternity's linked portals for testing. --- wadsrc/static/xlat/eternity.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wadsrc/static/xlat/eternity.txt b/wadsrc/static/xlat/eternity.txt index fe88e5cde..d1cb400f5 100644 --- a/wadsrc/static/xlat/eternity.txt +++ b/wadsrc/static/xlat/eternity.txt @@ -125,11 +125,11 @@ define Unsupported (0) 356 = 0, Polyobj_RotateLeft(0) 357 = 0, Polyobj_OR_RotateLeft(0) -// Eternity's linked portals, vertical link version (floor-to-ceiling) -358 = 0, Unsupported() // "Portal_LinkedCeiling" -359 = 0, Unsupported() // "Portal_LinkedFloor" -360 = 0, Unsupported() // "Portal_LinkedAnchorLine" -361 = 0, Unsupported() // "Portal_LinkedAnchorLineFloor" +// Eternity's linked portals, vertical link version (floor-to-ceiling) (NOTE: Type needs changing!) +358 = 0, Sector_SetPortal(tag, 0, 1, 1, 0) // "Portal_AnchoredCeiling" +359 = 0, Sector_SetPortal(tag, 0, 0, 1, 0) // "Portal_AnchoredFloor" +360 = 0, Sector_SetPortal(tag, 0, 1, 0, 0) // "Portal_AnchorLine" +361 = 0, Sector_SetPortal(tag, 0, 0, 0, 0) // "Portal_AnchorLineFloor" // Even more parameterized linedefs 362 = 0, Pillar_Build(0)