mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
Added PICKAF_FORCETID and PICKAF_RETURNTID flags to PickActor.
This commit is contained in:
parent
f92fbb96fa
commit
b90863890f
1 changed files with 5 additions and 0 deletions
|
@ -984,6 +984,11 @@
|
|||
#define FHF_NORANDOMPUFFZ 1
|
||||
#define FHF_NOIMPACTDECAL 2
|
||||
|
||||
// PickActor flags
|
||||
|
||||
#define PICKAF_FORCETID 1
|
||||
#define PICKAF_RETURNTID 2
|
||||
|
||||
// Actor flags
|
||||
#define MF_SPECIAL 0x00000001
|
||||
#define MF_SOLID 0x00000002
|
||||
|
|
Loading…
Reference in a new issue