From f9b830998231f0c1976a6761b0ce26fce54a5927 Mon Sep 17 00:00:00 2001 From: Ioan Chera Date: Tue, 25 Oct 2016 21:24:56 +0300 Subject: [PATCH] Updated the two specials to the latest EE. Usage: GetLineX/Y(int lineid, fixed lineratio, fixed linedist) lineid: linedef to get coords of lineratio: ratio between v1 and v2 to get position from. 0.5 means middle, 0 means v1, 1 means v2. Can be negative or over 1. linedist: perpendicular distance in front of linedef. --- zspecial.acs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zspecial.acs b/zspecial.acs index ca58de7..14b9c37 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -403,8 +403,8 @@ special -203:SetTranslation(2), // Eternity's - -300:GetLineCenterX(1), - -301:GetLineCenterY(1), + -300:GetLineX(3), + -301:GetLineY(3), // ZDaemon's -19620:GetTeamScore(1),