From cb142afe2e4bfa756249cd0e7e17ddd3ec820a87 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 13 Oct 2011 19:46:45 +0000 Subject: Update Strife main loop code to use d_loop.c common main loop code. Working multiplayer! Subversion-branch: /branches/v2-branch Subversion-revision: 2416 --- src/strife/doomstat.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/strife/doomstat.h') 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; -- cgit v1.2.3