From f19e8be3a00f55093e036c8added754ab6cd24a6 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Tue, 30 Nov 2021 14:03:56 -0500 Subject: [PATCH] Enable lagless cam I left it off because I think Kart intentionally removed it, but the reason we did might not apply anymore...? --- src/d_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_main.c b/src/d_main.c index 52cd7b46c..f185d7430 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -813,7 +813,7 @@ void D_SRB2Loop(void) } else if (rendertimeout < entertic) // in case the server hang or netsplit { -#if 0 +#if 1 // Lagless camera! Yay! if (gamestate == GS_LEVEL && netgame) {