mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-18 09:31:45 +00:00
Add SDF_FIXED_ZOFF and SDF_FIXED_DISTANCE definitions for SpawnDecal
This commit is contained in:
parent
d1b91d56d1
commit
4ddf41f30d
1 changed files with 2 additions and 0 deletions
|
@ -747,6 +747,8 @@
|
||||||
|
|
||||||
#define SDF_ABSANGLE 1
|
#define SDF_ABSANGLE 1
|
||||||
#define SDF_PERMANENT 2
|
#define SDF_PERMANENT 2
|
||||||
|
#define SDF_FIXED_ZOFF 4
|
||||||
|
#define SDF_FIXED_DISTANCE 8
|
||||||
|
|
||||||
// Actor pointer selectors
|
// Actor pointer selectors
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue