From 70ae86aff127c22eec416d58eb725fb092a51260 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 6 Jun 2020 07:56:35 +0200 Subject: [PATCH] - disabled Blood's demo code because recent changes broke sync to the point where trying to fix it looks like a pointless endeavour. --- source/core/gamecvars.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/core/gamecvars.h b/source/core/gamecvars.h index f0258c5f9..128aa754c 100644 --- a/source/core/gamecvars.h +++ b/source/core/gamecvars.h @@ -25,7 +25,6 @@ EXTERN_CVAR(Int, cl_weaponswitch) EXTERN_CVAR(Int, cl_crosshairscale) EXTERN_CVAR(Bool, cl_sointerpolation) -EXTERN_CVAR(Bool, demo_playloop) EXTERN_CVAR(Bool, demorec_seeds_cvar) EXTERN_CVAR(Bool, demoplay_diffs) EXTERN_CVAR(Bool, demoplay_showsync)