From ba3a15b9181298fa5a3062fbbc64191e1f230e91 Mon Sep 17 00:00:00 2001 From: z411 Date: Tue, 22 Feb 2022 00:42:15 -0300 Subject: [PATCH] Using REPLICATE API --- qcsrc/common/replicate.qh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/common/replicate.qh b/qcsrc/common/replicate.qh index 6115223b4..868b0b3b3 100644 --- a/qcsrc/common/replicate.qh +++ b/qcsrc/common/replicate.qh @@ -7,6 +7,7 @@ REPLICATE_INIT(bool, cvar_cl_clippedspectating); REPLICATE_INIT(bool, cvar_cl_cts_noautoswitch); REPLICATE_INIT(float, cvar_cl_handicap); REPLICATE_INIT(bool, cvar_cl_noantilag); +REPLICATE_INIT(bool, cvar_cl_chat_sounds); REPLICATE_INIT(string, cvar_g_xonoticversion); REPLICATE(cvar_cl_autoswitch, bool, "cl_autoswitch"); REPLICATE(cvar_cl_autoscreenshot, int, "cl_autoscreenshot"); @@ -14,5 +15,6 @@ REPLICATE(cvar_cl_clippedspectating, bool, "cl_clippedspectating"); REPLICATE(cvar_cl_cts_noautoswitch, bool, "cl_cts_noautoswitch"); REPLICATE(cvar_cl_handicap, float, "cl_handicap"); REPLICATE(cvar_cl_noantilag, bool, "cl_noantilag"); +REPLICATE(cvar_cl_chat_sounds, bool, "cl_chat_sounds"); REPLICATE(cvar_g_xonoticversion, string, "g_xonoticversion"); #endif -- 2.39.2