From 4292f91216b6a0a3011f9fc8e6f3efdb5496289d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 10 Aug 2010 18:30:18 +0000 Subject: [PATCH] - Added GetPolyobjX and GetPolyobjY ACS functions. SVN r2502 (trunk) --- zspecial.acs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zspecial.acs b/zspecial.acs index ed95223..7e847ed 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -253,6 +253,8 @@ special -30:SoundSequenceOnActor(2), -31:SoundSequenceOnSector(3), -32:SoundSequenceOnPolyobj(2), + -33:GetPolyobjX(1), + -34:GetPolyobjY(1), -1000:__EndOfList__(10);