]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item.qh
items: temp kludge to reduce visibility of prediction errors
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item.qh
index 2de498aaf48f6a8c2ca2f6e58699f22d6ce95b85..038566784725b962e5403755f2e3cae674a13323 100644 (file)
@@ -63,7 +63,8 @@ const int ITS_EXPIRING          = BIT(7);
 const float IT_DESPAWNFX_TIME = 1.5;
 
 // 2hz probably enough to correct a desync caused by serious lag
-const float IT_UPDATE_INTERVAL = 0.5;
+// FIXME but updating faster applies the kludge in Item_Think() sooner so it's less noticeable
+const float IT_UPDATE_INTERVAL = 0.0625;
 
 .float fade_start;
 .float fade_end;