From 6444493dbd51c95c2adf01526dfeeebc74c186fd Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 10 Oct 2011 20:32:02 +0000 Subject: Re-enable FEATURE_MULTIPLAYER, but #undef it in the Strife code so the build isn't broken. Subversion-branch: /branches/v2-branch Subversion-revision: 2411 --- src/strife/d_main.c | 1 + src/strife/d_net.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/strife') diff --git a/src/strife/d_main.c b/src/strife/d_main.c index f570d841..e8f76dd9 100644 --- a/src/strife/d_main.c +++ b/src/strife/d_main.c @@ -40,6 +40,7 @@ #include "dstrings.h" #include "doomfeatures.h" +#undef FEATURE_MULTIPLAYER // TODO: Temporary disable for Strife #include "sounds.h" #include "d_iwad.h" diff --git a/src/strife/d_net.c b/src/strife/d_net.c index 39a89e28..f999cb0f 100644 --- a/src/strife/d_net.c +++ b/src/strife/d_net.c @@ -28,6 +28,7 @@ #include "doomfeatures.h" +#undef FEATURE_MULTIPLAYER // TODO: Temporary disable for Strife #include "d_main.h" #include "m_argv.h" -- cgit v1.2.3