]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/buffs/buffs.qh
REPLICATE_FIELD -> REPLICATE_INIT
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / buffs / buffs.qh
index b5cd426bec7a2da58c0633513e363485473e8d04..163176d5b5fa33f71cf4be53ff52aa72bbed1e5b 100644 (file)
@@ -74,5 +74,5 @@ BUFF_SPAWNFUNCS(random, NULL)
 #include "all.inc"
 
 #ifdef GAMEQC
-REPLICATE_FIELD(bool, cvar_cl_buffs_autoreplace);
+REPLICATE_INIT(bool, cvar_cl_buffs_autoreplace);
 #endif