From aaf9618e61e0df556c91cf220ea73d26220c7610 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 22 Jun 2022 10:29:36 +0200 Subject: [PATCH] - make sure ticdup is initialized. Apparently sometimes it still does not happen. --- src/d_net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_net.cpp b/src/d_net.cpp index abe3c83ec..cff637c78 100644 --- a/src/d_net.cpp +++ b/src/d_net.cpp @@ -125,7 +125,7 @@ int playerfornode[MAXNETNODES]; int maketic; int skiptics; -int ticdup; +int ticdup = 1; void D_ProcessEvents (void); void G_BuildTiccmd (ticcmd_t *cmd);