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.
This commit is contained in:
Ioan Chera 2016-10-25 21:24:56 +03:00
parent 93e0d12ef8
commit f9b8309982

View file

@ -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),