problems playerposition at multiplayer start?

origin
stpohle 23 years ago
parent 486cad2ad9
commit 51a6a11db0

@ -1,4 +1,4 @@
/* $Id: network.c,v 1.28 2003/06/01 20:17:03 stpohle Exp $ */
/* $Id: network.c,v 1.29 2003/06/02 19:25:45 stpohle Exp $ */
/*
network routines.
*/
@ -765,6 +765,9 @@ net_new_game ()
bman.players[p].bombs_n = START_BOMBS;
bman.players[p].range = START_RANGE;
bman.players[p].speed = START_SPEED;
bman.players[p].m = 0;
bman.players[p].old.x = 0;
bman.players[p].old.y = 0;
bman.players[p].special.type = SP_nothing;
bman.updatestatusbar=1;

Loading…
Cancel
Save