|
|
@ -528,7 +528,7 @@ net_new_gamedata ()
|
|
|
|
|
|
|
|
|
|
|
|
/* player is only watching so just go after we have got everything
|
|
|
|
/* player is only watching so just go after we have got everything
|
|
|
|
go to show the field */
|
|
|
|
go to show the field */
|
|
|
|
if (bman.state == GS_update && net_istep == 0 && bman.players[bman.p_nr].gfx_nr == -1) {
|
|
|
|
if (GT_MP_PTPS && bman.state == GS_update && net_istep == 0 && bman.players[bman.p_nr].gfx_nr == -1) {
|
|
|
|
done = 1;
|
|
|
|
done = 1;
|
|
|
|
bman.state = GS_running;
|
|
|
|
bman.state = GS_running;
|
|
|
|
}
|
|
|
|
}
|
|
|
|