From f15a3556b3611b959065ac5dec89a1771b8566c0 Mon Sep 17 00:00:00 2001 From: stpohle Date: Mon, 28 Apr 2003 21:29:56 +0000 Subject: [PATCH] FreeBSD fix for compiling thx to ob1kenewb --- src/configuration.c | 7 +------ src/network.c | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/configuration.c b/src/configuration.c index 0b7b42c..83a6350 100644 --- a/src/configuration.c +++ b/src/configuration.c @@ -2,12 +2,7 @@ #include -#ifdef _WIN32 -#include -#else -#include -#endif - +#include "basic.h" #include "bomberclone.h" #include "network.h" #include "packets.h" diff --git a/src/network.c b/src/network.c index 467f102..9042980 100644 --- a/src/network.c +++ b/src/network.c @@ -636,7 +636,7 @@ net_delplayer (int pl_nr) } } - if (GT_MP_PTPS && pl_nr == 0) /* masterservber quit */ + if (GT_MP_PTPS && pl_nr == 0) /* masterserver quit */ bman.state = GS_startup; if (GT_MP_PTPM && bman.notifygamemaster)