summaryrefslogtreecommitdiff
path: root/src/strife/doomstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/doomstat.h')
-rw-r--r--src/strife/doomstat.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/strife/doomstat.h b/src/strife/doomstat.h
index 109311af..9903785f 100644
--- a/src/strife/doomstat.h
+++ b/src/strife/doomstat.h
@@ -36,7 +36,7 @@
// We need globally shared data structures,
// for defining the global state variables.
#include "doomdata.h"
-#include "d_net.h"
+#include "d_loop.h"
// We need the playr data structure as well.
#include "d_player.h"
@@ -296,10 +296,7 @@ extern int skyflatnum;
extern int rndindex;
-extern int maketic;
-extern int nettics[MAXPLAYERS];
-
-extern ticcmd_t netcmds[MAXPLAYERS][BACKUPTICS];
+extern ticcmd_t *netcmds;
extern int ticdup;