From 400442ebc19c1c2ebf4ff061e5ac68e9d8baa654 Mon Sep 17 00:00:00 2001 From: Braden Obrzut Date: Mon, 16 May 2011 23:47:58 +0000 Subject: [PATCH] - Added ACSF_AnnouncerSound from Skulltag to EACSFunctions. SVN r3209 (trunk) --- src/p_acs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_acs.cpp b/src/p_acs.cpp index 657151a5d..a25c98a42 100644 --- a/src/p_acs.cpp +++ b/src/p_acs.cpp @@ -3094,6 +3094,7 @@ enum EACSFunctions ACSF_GetPolyobjY, ACSF_CheckSight, ACSF_SpawnForced, + ACSF_AnnouncerSound, // Skulltag }; int DLevelScript::SideFromID(int id, int side)