mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Enumerate ZDaemon's ACSF_ values.
SVN r3757 (trunk)
This commit is contained in:
parent
616672237d
commit
1c1957085f
1 changed files with 4 additions and 0 deletions
|
@ -3363,6 +3363,10 @@ enum EACSFunctions
|
||||||
ACSF_ACS_NamedLockedExecuteDoor,
|
ACSF_ACS_NamedLockedExecuteDoor,
|
||||||
ACSF_ACS_NamedExecuteWithResult,
|
ACSF_ACS_NamedExecuteWithResult,
|
||||||
ACSF_ACS_NamedExecuteAlways,
|
ACSF_ACS_NamedExecuteAlways,
|
||||||
|
|
||||||
|
// ZDaemon
|
||||||
|
ACSF_GetTeamScore = 19620,
|
||||||
|
ACSF_SetTeamScore,
|
||||||
};
|
};
|
||||||
|
|
||||||
int DLevelScript::SideFromID(int id, int side)
|
int DLevelScript::SideFromID(int id, int side)
|
||||||
|
|
Loading…
Reference in a new issue