Just to beat a dead horse...
medit crashes the mud. gdb says the problem lies at line 807 of shop.c.
int ok_shop_room(int shop_nr, int room)
{
int index;
for (index = 0; SHOP_ROOM(shop_nr, index) != NOWHERE; index++)
if (SHOP_ROOM(shop_nr, index) == room)
return (TRUE);
return (FALSE);
} <------ Line 807.
So I'm baffled. Any ideas?
Thanks!
<-------------------------------->
|Paul Anderson Binder Jr. |
| 603-358-8854 |
| 158.65.15.35 4000 |
|http://csdept.keene.edu/~pbinder|
<-------------------------------->
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST