|
|
@ -285,7 +285,7 @@ network_loop ()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
resend_cache....
|
|
|
|
resend_cache....
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
rscache_loop ();
|
|
|
|
rscache_loop ();
|
|
|
@ -636,6 +636,9 @@ net_delplayer (int pl_nr)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (GT_MP_PTPS && pl_nr == 0) /* masterservber quit */
|
|
|
|
|
|
|
|
bman.state = GS_startup;
|
|
|
|
|
|
|
|
|
|
|
|
if (GT_MP_PTPM && bman.notifygamemaster)
|
|
|
|
if (GT_MP_PTPM && bman.notifygamemaster)
|
|
|
|
gamesrv_sendmode (bman.maxplayer, bman.players_nr_s);
|
|
|
|
gamesrv_sendmode (bman.maxplayer, bman.players_nr_s);
|
|
|
|
};
|
|
|
|
};
|
|
|
|