mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
- added APROP_MaxStepHeight + APROP_MaxDropOffHeight.
This commit is contained in:
parent
9c3896d579
commit
0335556321
1 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,8 @@
|
|||
#define APROP_StencilColor 41
|
||||
#define APROP_Friction 42
|
||||
#define APROP_DamageMultiplier 43
|
||||
#define APROP_MaxStepHeight 44
|
||||
#define APROP_MaxDropOffHeight 45
|
||||
|
||||
// Render Styles ------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue