mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-22 20:11:36 +00:00
Merge pull request #68 from ioan-chera/eternity-acs
Add APROP constants for Eternity's eight thing counters
This commit is contained in:
commit
7db47b7528
1 changed files with 10 additions and 0 deletions
10
zdefs.acs
10
zdefs.acs
|
@ -295,6 +295,16 @@
|
|||
#define APROP_MaxDropOffHeight 45
|
||||
#define APROP_DamageType 46
|
||||
|
||||
// New to Eternity
|
||||
#define APROP_Counter0 100
|
||||
#define APROP_Counter1 101
|
||||
#define APROP_Counter2 102
|
||||
#define APROP_Counter3 103
|
||||
#define APROP_Counter4 104
|
||||
#define APROP_Counter5 105
|
||||
#define APROP_Counter6 106
|
||||
#define APROP_Counter7 107
|
||||
|
||||
// Render Styles ------------------------------------------------------------
|
||||
|
||||
#define STYLE_None 0 // Do not draw
|
||||
|
|
Loading…
Reference in a new issue