|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
/* $Id: network.c,v 1.18 2003/05/13 21:53:40 patty21 Exp $ */
|
|
|
|
|
/* $Id: network.c,v 1.19 2003/05/13 22:07:20 patty21 Exp $ */
|
|
|
|
|
/*
|
|
|
|
|
network routines.
|
|
|
|
|
*/
|
|
|
|
@ -574,7 +574,7 @@ net_game_send_bomb (int p, int b)
|
|
|
|
|
int pl;
|
|
|
|
|
|
|
|
|
|
/* check if we are slave and send something else as dropping a bomb */
|
|
|
|
|
if (GT_MP_PTPS && bman.players[p].bombs[b].state != BS_ticking)
|
|
|
|
|
if (GT_MP_PTPS && (bman.players[p].bombs[b].state != BS_ticking || bman.players[p].bombs[b].state != BS_ticking))
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
d_printf ("Send BombData %d, %d\n", p, b);
|
|
|
|
|