From 237b01f63fe6e239a27ad7997926104e673ce642 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 24 Sep 2006 07:15:17 +0000 Subject: [PATCH] fixed parameter count for thing_setgoal in zspecials.acs. SVN r338 (trunk) --- zspecial.acs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zspecial.acs b/zspecial.acs index 5af23d0..c530565 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -161,7 +161,7 @@ special 226:ACS_ExecuteAlways(2,5), // 227:PointPush_SetForce, 228:Plat_RaiseAndStayTx0(2), - 229:Thing_SetGoal(3), + 229:Thing_SetGoal(3,4), 230:Plat_UpByValueStayTx(3), 231:Plat_ToggleCeiling(1), 232:Light_StrobeDoom(3),