Skip to content

Commit

Permalink
Updated earthquake ACS definitions.
Browse files Browse the repository at this point in the history
Added definition for the new QF_DAMAGEFALLOFF flag. And expanded the amount of parameters QuakeEx has.
  • Loading branch information
inkoalawetrust authored and nashmuhandes committed Jul 16, 2023
1 parent ac856d3 commit fccdc17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions zdefs.acs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zspecial.acs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit fccdc17

Please sign in to comment.