We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48ca3b commit 4a9ee94Copy full SHA for 4a9ee94
ssqc/antilag.qc
@@ -1,3 +1,5 @@
1
+float (string ps_short, string ps_setting, string ps_default) CF_GetSetting;
2
+
3
void AL_ProjectProjectile (entity projectile) {
4
// Project projectiles forward in time based on ping up to configurable maximum (default 100ms).
5
// Effective projection time is maximum / 2 (eg 50ms), because we assume RTT is evenly distributed in both
@@ -328,8 +330,6 @@ class FOPlayer {
328
330
};
329
331
332
-float (string ps_short, string ps_setting, string ps_default) CF_GetSetting;
-
333
float AL_RewindPlayersExceptSelf(float farthest_rewind_point) {
334
// Live changeagble for now.
335
float project_detpipe = CF_GetSetting("pd", "project_detpipe", "on");
0 commit comments