*** storage.c.orig Mon Oct 15 20:34:37 1990
--- storage.c Wed Aug 11 22:51:55 1993
***************
*** 12,18 ****
dest_dir = ({"room/shop", "east"});
}
! init(arg)
{
object ob;
int does_exist;
--- 12,18 ----
dest_dir = ({"room/shop", "east"});
}
! init()
{
object ob;
int does_exist;
***************
*** 28,33 ****
move_object(ob, this_object());
}
}
! ::init(arg);
}
--- 28,33 ----
move_object(ob, this_object());
}
}
! ::init();
}