From ea810eeed93cbc7e988f47841d26fc10f8c44c7c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 14 Sep 2010 17:47:12 +0000 Subject: Re-enable multiplayer support for Doom only, in preparation for network code refactoring. Subversion-branch: /branches/raven-branch Subversion-revision: 2087 --- src/net_client.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/net_client.c') diff --git a/src/net_client.c b/src/net_client.c index a1697944..bf2e4e56 100644 --- a/src/net_client.c +++ b/src/net_client.c @@ -28,10 +28,8 @@ #include "config.h" #include "doomtype.h" -#include "doomstat.h" #include "deh_main.h" #include "deh_str.h" -#include "g_game.h" #include "i_system.h" #include "i_timer.h" #include "m_argv.h" @@ -47,6 +45,9 @@ #include "w_checksum.h" #include "w_wad.h" +#include "doom/doomstat.h" +#include "doom/g_game.h" + typedef enum { // waiting for the game to start -- cgit v1.2.3