diff options
author | Simon Howard | 2006-02-24 19:14:22 +0000 |
---|---|---|
committer | Simon Howard | 2006-02-24 19:14:22 +0000 |
commit | b0d1d3ba2cf621625268f38722b1f6aa819b7c79 (patch) | |
tree | efd4ab6f9dd293c0eabcb9d17bf69d685748067f /src/doomstat.h | |
parent | 655f385834d9f2076c8545199d6d703b226395ae (diff) | |
download | chocolate-doom-b0d1d3ba2cf621625268f38722b1f6aa819b7c79.tar.gz chocolate-doom-b0d1d3ba2cf621625268f38722b1f6aa819b7c79.tar.bz2 chocolate-doom-b0d1d3ba2cf621625268f38722b1f6aa819b7c79.zip |
Remove redundant stuff relating to the old network code
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 388
Diffstat (limited to 'src/doomstat.h')
-rw-r--r-- | src/doomstat.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/doomstat.h b/src/doomstat.h index 969fcd1d..b9ea204c 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: doomstat.h 378 2006-02-23 19:12:02Z fraggle $ +// $Id: doomstat.h 388 2006-02-24 19:14:22Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -280,12 +280,6 @@ extern int skyflatnum; // Netgame stuff (buffers and pointers, i.e. indices). -// This is ??? -extern doomcom_t* doomcom; - -// This points inside doomcom. -extern doomdata_t* netbuffer; - extern int rndindex; @@ -301,6 +295,9 @@ extern int ticdup; //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.12 2006/02/24 19:14:22 fraggle +// Remove redundant stuff relating to the old network code +// // Revision 1.11 2006/02/23 19:12:01 fraggle // Add lowres_turn to indicate whether we generate angleturns which are // 8-bit as opposed to 16-bit. This is used when recording demos without |