]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/csqcmodel_settings.qh
Net: allow overriding CSQCPLAYER_FORCE_UPDATES
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / csqcmodel_settings.qh
index eacc1947e1be0e9a29edbd48b30717db47701594..29a0bf44a599f909796953c9937e41caec87fdc0 100644 (file)
@@ -76,7 +76,9 @@
        CSQCPlayer_SetViewLocation();
 
 // force updates of player entities that often even if unchanged
+#ifndef CSQCPLAYER_FORCE_UPDATES
 #define CSQCPLAYER_FORCE_UPDATES 0.25
+#endif
 
 // mod must define:
 //vector PL_MIN  = ...;