summaryrefslogtreecommitdiff
path: root/src/doom/doomstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/doomstat.h')
-rw-r--r--src/doom/doomstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doom/doomstat.h b/src/doom/doomstat.h
index 40147833..15a8d743 100644
--- a/src/doom/doomstat.h
+++ b/src/doom/doomstat.h
@@ -289,7 +289,7 @@ extern int rndindex;
extern int maketic;
extern int nettics[MAXPLAYERS];
-extern ticcmd_t netcmds[MAXPLAYERS][BACKUPTICS];
+extern ticcmd_t *netcmds;
extern int ticdup;