mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- Added ACSF_AnnouncerSound from Skulltag to EACSFunctions.
SVN r3209 (trunk)
This commit is contained in:
parent
59b6c5ef5c
commit
400442ebc1
1 changed files with 1 additions and 0 deletions
|
@ -3094,6 +3094,7 @@ enum EACSFunctions
|
|||
ACSF_GetPolyobjY,
|
||||
ACSF_CheckSight,
|
||||
ACSF_SpawnForced,
|
||||
ACSF_AnnouncerSound, // Skulltag
|
||||
};
|
||||
|
||||
int DLevelScript::SideFromID(int id, int side)
|
||||
|
|
Loading…
Reference in a new issue