mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
fixed parameter count for thing_setgoal in zspecials.acs.
SVN r338 (trunk)
This commit is contained in:
parent
c76f35ca47
commit
237b01f63f
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue