From d4d0f9945cefdb86241b5bd095e82ddbfca0e134 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 8 Oct 2008 18:47:13 +0000 Subject: Switch configuration file code to common configuration file code, and remove old code. Subversion-branch: /branches/raven-branch Subversion-revision: 1338 --- src/hexen/d_net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hexen/d_net.c') diff --git a/src/hexen/d_net.c b/src/hexen/d_net.c index fec03c8d..d1a7c376 100644 --- a/src/hexen/d_net.c +++ b/src/hexen/d_net.c @@ -653,7 +653,7 @@ void D_ArbitrateNetStart(void) continue; if (netbuffer->checksum & NCMD_SETUP && netbuffer->starttic < 64) { - if (netbuffer->player != VERSION) + if (netbuffer->player != HEXEN_VERSION) I_Error ("Different HEXEN versions cannot play a net game!"); startskill = netbuffer->retransmitfrom & 15; @@ -682,7 +682,7 @@ void D_ArbitrateNetStart(void) if (respawnparm) netbuffer->retransmitfrom |= 0x10; netbuffer->starttic = startmap & 0x3f; - netbuffer->player = VERSION; + netbuffer->player = HEXEN_VERSION; netbuffer->numtics = 0; HSendPacket(i, NCMD_SETUP); } -- cgit v1.2.3