|
|
|
@ -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) {
|
|
|
|
|
/* 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].special = f_dat->special;
|
|
|
|
|
for (i = 0; i < 4; i++) { /* set the explosion field data */
|
|
|
|
|