mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 00:41:30 +00:00
- added APROP_Dropped to zdefs.acs
SVN r1375 (trunk)
This commit is contained in:
parent
a25308807d
commit
77c46b29a8
1 changed files with 6 additions and 5 deletions
11
zdefs.acs
11
zdefs.acs
|
@ -229,6 +229,11 @@
|
|||
#define APROP_Damage 2
|
||||
#define APROP_Alpha 3
|
||||
#define APROP_RenderStyle 4
|
||||
#define APROP_SeeSound 5 // Sounds can only be set, not gotten
|
||||
#define APROP_AttackSound 6
|
||||
#define APROP_PainSound 7
|
||||
#define APROP_DeathSound 8
|
||||
#define APROP_ActiveSound 9
|
||||
#define APROP_Ambush 10
|
||||
#define APROP_Invulnerable 11
|
||||
#define APROP_JumpZ 12
|
||||
|
@ -237,11 +242,7 @@
|
|||
#define APROP_Gravity 15
|
||||
#define APROP_Friendly 16
|
||||
#define APROP_SpawnHealth 17
|
||||
#define APROP_SeeSound 5 // Sounds can only be set, not gotten
|
||||
#define APROP_AttackSound 6
|
||||
#define APROP_PainSound 7
|
||||
#define APROP_DeathSound 8
|
||||
#define APROP_ActiveSound 9
|
||||
#define APROP_Dropped 18
|
||||
|
||||
// Render Styles ------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue