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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doom/doomstat.h b/src/doom/doomstat.h
index 40147833..237234d8 100644
--- a/src/doom/doomstat.h
+++ b/src/doom/doomstat.h
@@ -255,7 +255,6 @@ extern int maxammo[NUMAMMO];
// File handling stuff.
extern char * savegamedir;
extern char basedefault[1024];
-extern FILE* debugfile;
// if true, load all graphics at level load
extern boolean precache;
@@ -289,7 +288,7 @@ extern int rndindex;
extern int maketic;
extern int nettics[MAXPLAYERS];
-extern ticcmd_t netcmds[MAXPLAYERS][BACKUPTICS];
+extern ticcmd_t *netcmds;
extern int ticdup;