FreeBSD fix for compiling thx to ob1kenewb

origin
stpohle 23 years ago
parent 59db4d669e
commit f15a3556b3

@ -2,12 +2,7 @@
#include <SDL.h> #include <SDL.h>
#ifdef _WIN32 #include "basic.h"
#include <winsock.h>
#else
#include <sys/socket.h>
#endif
#include "bomberclone.h" #include "bomberclone.h"
#include "network.h" #include "network.h"
#include "packets.h" #include "packets.h"

@ -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; bman.state = GS_startup;
if (GT_MP_PTPM && bman.notifygamemaster) if (GT_MP_PTPM && bman.notifygamemaster)

Loading…
Cancel
Save