From 154d9d8024ffad9027981eb586913d14c6c50d60 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 10 Sep 2008 18:45:53 +0000 Subject: Split off game mode/mission/version definitions into common code, along with various netgame constants. Subversion-branch: /branches/raven-branch Subversion-revision: 1218 --- src/doom/d_net.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/doom/d_net.h') 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. -- cgit v1.2.3