From 07a5c09bb0163a1714912e7480ba6c6e8836a613 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 16 May 2007 13:49:04 +0000 Subject: Rejig net_cl_new_sync and drone to be in d_net.c instead of net_client.c. Fix FEATURE_MULTIPLAYER conditional compile. Move some function definitions in d_net.c into headers. Reorganise the Makefile to split out files into sections based on features. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 875 --- src/d_main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/d_main.c') diff --git a/src/d_main.c b/src/d_main.c index 1d758cca..b27f833e 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -791,6 +791,7 @@ void D_DoomMain (void) printf (DEH_String("Z_Init: Init zone memory allocation daemon. \n")); Z_Init (); +#ifdef FEATURE_MULTIPLAYER //! // @category net // @@ -829,6 +830,8 @@ void D_DoomMain (void) if (M_CheckParm("-search")) NET_LANQuery(); + +#endif #ifdef FEATURE_DEHACKED printf("DEH_Init: Init Dehacked support.\n"); -- cgit v1.2.3