origin
stpohle 18 years ago
parent 3869800d4b
commit 5f07c94370

@ -709,7 +709,7 @@ do_field (struct pkg_field *f_dat, _net_addr * addr)
if (f_dat->x < map.size.x && f_dat->y < map.size.y) { if (f_dat->x < map.size.x && f_dat->y < map.size.y) {
/* convert the fielddata */ /* convert the fielddata */
map.field[f_dat->x][f_dat->y].type = f_dat->type; CHECK_BFIELD::: FOR BOMBS::::: map.field[f_dat->x][f_dat->y].type = f_dat->type; // CHECK_BFIELD::: FOR BOMBS:::::
map.field[f_dat->x][f_dat->y].mixframe = f_dat->mixframe; map.field[f_dat->x][f_dat->y].mixframe = f_dat->mixframe;
map.field[f_dat->x][f_dat->y].special = f_dat->special; map.field[f_dat->x][f_dat->y].special = f_dat->special;
for (i = 0; i < 4; i++) { /* set the explosion field data */ for (i = 0; i < 4; i++) { /* set the explosion field data */

Loading…
Cancel
Save