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);