mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-14 08:31:05 +00:00
Updated earthquake ACS definitions.
Added definition for the new QF_DAMAGEFALLOFF flag. And expanded the amount of parameters QuakeEx has.
This commit is contained in:
parent
ac856d3ab9
commit
fccdc1723f
2 changed files with 2 additions and 1 deletions
|
@ -1109,6 +1109,7 @@
|
|||
#define QF_GROUNDONLY 1 << 7
|
||||
#define QF_AFFECTACTORS 1 << 8
|
||||
#define QF_SHAKEONLY 1 << 9
|
||||
#define QF_DAMAGEFALLOFF 1 << 10
|
||||
|
||||
#define WARPF_ABSOLUTEOFFSET 0x1
|
||||
#define WARPF_ABSOLUTEANGLE 0x2
|
||||
|
|
|
@ -376,7 +376,7 @@ special
|
|||
-88:SetActorRoll(2),
|
||||
-89:ChangeActorRoll(2,3),
|
||||
-90:GetActorRoll(1),
|
||||
-91:QuakeEx(8,16),
|
||||
-91:QuakeEx(8,19),
|
||||
-92:Warp(6,11),
|
||||
-93:GetMaxInventory(2),
|
||||
-94:SetSectorDamage(2,5),
|
||||
|
|
Loading…
Reference in a new issue