mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
Updated PROP_* flag definitions.
This commit is contained in:
parent
112d188b7a
commit
ac856d3ab9
1 changed files with 20 additions and 14 deletions
|
@ -98,6 +98,12 @@
|
|||
#define PROP_FLY 3
|
||||
#define PROP_TOTALLYFROZEN 4
|
||||
#define PROP_BUDDHA 16
|
||||
#define PROP_BUDDHA2 17
|
||||
#define PROP_FRIGHTENING 18
|
||||
#define PROP_NOCLIP 19
|
||||
#define PROP_NOCLIP2 20
|
||||
#define PROP_GODMODE 21
|
||||
#define PROP_GODMODE2 22
|
||||
|
||||
// The following properties correspond to powers given by certain items
|
||||
#define PROP_INVULNERABILITY 5
|
||||
|
|
Loading…
Reference in a new issue