# HG changeset patch # User Adam Kaminski # Date 1611520138 18000 # Sun Jan 24 15:28:58 2021 -0500 # Node ID 343a25b040e8568ac10c1781396f1c7990e0a36f # Parent 428638a294bfda192b39ff5e5258953a0af8b7f9 Added only the enums of several ACS functions from Q-Zandronum for the time being, just to keep the ACS function lists between Zandronum and Q-Zandronum consistent. diff -r 428638a294bf -r 343a25b040e8 src/p_acs.cpp --- a/src/p_acs.cpp Sun Jan 24 15:10:24 2021 -0500 +++ b/src/p_acs.cpp Sun Jan 24 15:28:58 2021 -0500 @@ -5324,6 +5324,9 @@ ACSF_SetPlayerScore, ACSF_GetPlayerScore, ACSF_InDemoMode, + ACSF_SetActionScript, + ACSF_SetPredictableValue, + ACSF_GetPredictableValue, ACSF_ExecuteClientScript, ACSF_NamedExecuteClientScript, ACSF_SendNetworkString,