mirror of
https://github.com/ZDoom/acc.git
synced 2025-01-31 03:10:34 +00:00
- fixed parameter count of SpawnForced
- added stuff for LineAttack expansion.
This commit is contained in:
parent
4f08740c15
commit
ef8e51899c
2 changed files with 4 additions and 2 deletions
|
@ -939,3 +939,5 @@
|
|||
|
||||
#define CSF_NOFAKEFLOORS 1
|
||||
#define CSF_NOBLOCKALL 2
|
||||
|
||||
#define FHF_NORANDOMPUFFZ 1
|
||||
|
|
|
@ -277,7 +277,7 @@ special
|
|||
-33:GetPolyobjX(1),
|
||||
-34:GetPolyobjY(1),
|
||||
-35:CheckSight(3),
|
||||
-36:SpawnForced(6),
|
||||
-36:SpawnForced(4,6),
|
||||
-37:AnnouncerSound(2),
|
||||
-38:SetPointer(2,4),
|
||||
-39:ACS_NamedExecute(2,5),
|
||||
|
@ -301,7 +301,7 @@ special
|
|||
-57:SetCVarString(2),
|
||||
-58:GetUserCVarString(2),
|
||||
-59:SetUserCVarString(3),
|
||||
-60:LineAttack(4,7),
|
||||
-60:LineAttack(4,8),
|
||||
-61:PlaySound(2,6),
|
||||
-62:StopSound(1,2),
|
||||
-63:strcmp(2,3),
|
||||
|
|
Loading…
Reference in a new issue