summaryrefslogtreecommitdiff
path: root/src/doom/d_net.h
diff options
context:
space:
mode:
authorSimon Howard2008-09-10 18:45:53 +0000
committerSimon Howard2008-09-10 18:45:53 +0000
commit154d9d8024ffad9027981eb586913d14c6c50d60 (patch)
treeb01a4e3f4d46b2fe8ae3a209aad5b7c0f151e87c /src/doom/d_net.h
parent580372cddbb04538da69a3936f670f7128765c4b (diff)
downloadchocolate-doom-154d9d8024ffad9027981eb586913d14c6c50d60.tar.gz
chocolate-doom-154d9d8024ffad9027981eb586913d14c6c50d60.tar.bz2
chocolate-doom-154d9d8024ffad9027981eb586913d14c6c50d60.zip
Split off game mode/mission/version definitions into common code, along
with various netgame constants. Subversion-branch: /branches/raven-branch Subversion-revision: 1218
Diffstat (limited to 'src/doom/d_net.h')
-rw-r--r--src/doom/d_net.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/doom/d_net.h b/src/doom/d_net.h
index df3d2d4b..6d162d20 100644
--- a/src/doom/d_net.h
+++ b/src/doom/d_net.h
@@ -30,11 +30,6 @@
#include "d_player.h"
-#define MAXNETNODES 8
-
-// Networking and tick handling related.
-#define BACKUPTICS 128
-
extern int extratics;
// Create any new ticcmds and broadcast to other players.