From a1c823693b136d4534a4dec4307a27411a37dd4a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 13 Oct 2011 19:43:47 +0000 Subject: Remove d_net.h, include d_loop.h instead. Remove duplicate definitions that are in d_loop.h. Subversion-branch: /branches/v2-branch Subversion-revision: 2415 --- src/doom/doomstat.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/doom/doomstat.h') diff --git a/src/doom/doomstat.h b/src/doom/doomstat.h index 8b430395..6b7288bd 100644 --- a/src/doom/doomstat.h +++ b/src/doom/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" @@ -227,9 +227,6 @@ extern gamestate_t gamestate; -extern int gametic; - - // Bookkeeping on players - state. extern player_t players[MAXPLAYERS]; @@ -292,12 +289,7 @@ extern int skyflatnum; extern int rndindex; -extern int maketic; -extern int nettics[MAXPLAYERS]; - extern ticcmd_t *netcmds; -extern int ticdup; - #endif -- cgit v1.2.3