summaryrefslogtreecommitdiff
path: root/src/doom/doomstat.h
diff options
context:
space:
mode:
authorSimon Howard2010-09-26 01:21:02 +0000
committerSimon Howard2010-09-26 01:21:02 +0000
commit4dac08c8694f9b347b2b5c0ca12a0d26b1ae6589 (patch)
tree158ca0bba9d007a6f9fecc17481183735c76a5b9 /src/doom/doomstat.h
parent63712ec1880bf0df7df6c215b01da9bafb9b6976 (diff)
downloadchocolate-doom-4dac08c8694f9b347b2b5c0ca12a0d26b1ae6589.tar.gz
chocolate-doom-4dac08c8694f9b347b2b5c0ca12a0d26b1ae6589.tar.bz2
chocolate-doom-4dac08c8694f9b347b2b5c0ca12a0d26b1ae6589.zip
Restructure player quit code to take place on the first tic after the
player quit, to avoid possible desyncs. Further refactoring to split game-specific code from generic code. Subversion-branch: /branches/raven-branch Subversion-revision: 2141
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;