From 1301169ae84252e3d51a0bb1a1c19b107b85f5a7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 24 Sep 2008 18:59:56 +0000 Subject: Comment out i_net calls for the time being, as networking is broken. Subversion-branch: /branches/raven-branch Subversion-revision: 1272 --- src/heretic/d_net.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/heretic') diff --git a/src/heretic/d_net.c b/src/heretic/d_net.c index fd728de4..264f0fb1 100644 --- a/src/heretic/d_net.c +++ b/src/heretic/d_net.c @@ -172,7 +172,9 @@ void HSendPacket(int node, int flags) fprintf(debugfile, "\n"); } +#ifdef I_NET I_NetCmd(); +#endif } /* @@ -201,7 +203,9 @@ boolean HGetPacket(void) return false; doomcom->command = CMD_GET; +#ifdef I_NET I_NetCmd(); +#endif if (doomcom->remotenode == -1) return false; @@ -599,7 +603,9 @@ void D_CheckNetGame(void) } // I_InitNetwork sets doomcom and netgame +#ifdef I_NET I_InitNetwork(); +#endif if (doomcom->id != DOOMCOM_ID) I_Error("Doomcom buffer invalid!"); netbuffer = &doomcom->data; -- cgit v1.2.3