mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- fix missing SKILLP property in zscript code
This commit is contained in:
parent
381d2bcd73
commit
6e3a4c590d
1 changed files with 1 additions and 0 deletions
|
@ -962,6 +962,7 @@ enum ESkillProperty
|
||||||
SKILLP_SlowMonsters,
|
SKILLP_SlowMonsters,
|
||||||
SKILLP_Infight,
|
SKILLP_Infight,
|
||||||
SKILLP_PlayerRespawn,
|
SKILLP_PlayerRespawn,
|
||||||
|
SKILLP_SpawnMulti,
|
||||||
};
|
};
|
||||||
enum EFSkillProperty // floating point properties
|
enum EFSkillProperty // floating point properties
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue