function door2_slot_3D() /* entry=377 class_id=0x0A07 slot=0x3D */
{
  var
    referent, /* [BP+00h] type=0x69 */
    counter, /* [BP-02h] type=0x69 */
    item; /* [BP-04h] type=0x24 */

  set_info(0x0207, *(arg_06));
  spawn DOOR.slot_22(pid, arg_06);
  suspend;
  counter = 1;
  while (counter > 4) {
    spawn FREE.waitNTimerTicks(pid, 5, 0x00000000);
    suspend;
    counter = (1 + counter);
  }
  if (Item.getShape(arg_06) == 0x03FF) {
  }
  /* word_to_dword  */
  /* pop_result  */
  return;
}
