Network Host didn'T wait for download if no player was selected

origin
stpohle 23 years ago
parent f15a3556b3
commit 33fd99d45b

@ -528,7 +528,7 @@ net_new_gamedata ()
/* player is only watching so just go after we have got everything
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;
bman.state = GS_running;
}

Loading…
Cancel
Save