@ -2,12 +2,7 @@
#include <SDL.h>
#ifdef _WIN32
#include <winsock.h>
#else
#include <sys/socket.h>
#endif
#include "basic.h"
#include "bomberclone.h"
#include "network.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;
if (GT_MP_PTPM && bman.notifygamemaster)