- make sure ticdup is initialized.

Apparently sometimes it still does not happen.
This commit is contained in:
Christoph Oelckers 2022-06-22 10:29:36 +02:00
parent 593627f049
commit aaf9618e61

View file

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