Lines Matching refs:tmpdig
2082 digpos tmpdig; local
2394 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2396 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2397 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2399 set_wall_property(tmpdig.x1, tmpdig.y1,
2400 tmpdig.x2, tmpdig.y2, W_NONDIGGABLE);
2406 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2408 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2409 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2411 set_wall_property(tmpdig.x1, tmpdig.y1,
2412 tmpdig.x2, tmpdig.y2, W_NONPASSWALL);