mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-14 04:10:41 +00:00
- added a magic value to set the ice translation through Thing_SetTranslation
This commit is contained in:
parent
bac5e6eb8d
commit
56e60bf55b
1 changed files with 3 additions and 0 deletions
|
@ -984,6 +984,9 @@
|
|||
#define FHF_NORANDOMPUFFZ 1
|
||||
#define FHF_NOIMPACTDECAL 2
|
||||
|
||||
// magic value to set the ice translation through ACS
|
||||
#define TRANSLATION_ICE 0x100007
|
||||
|
||||
// Actor flags
|
||||
#define MF_SPECIAL 0x00000001
|
||||
#define MF_SOLID 0x00000002
|
||||
|
|
Loading…
Reference in a new issue