mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
- added APROP_Dormant actor property for ACS (read only!)
- fixed_ When performing a restart menus and intermissions need to be closed first. SVN r3048 (trunk)
This commit is contained in:
parent
316cfa18cd
commit
915a9a196a
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@
|
|||
#define APROP_Waterlevel 28
|
||||
#define APROP_ScaleX 29
|
||||
#define APROP_ScaleY 30
|
||||
#define APROP_Dormant 31
|
||||
|
||||
// Render Styles ------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue