Me again!
Sorry, I keep getting all these stupid newbie problems compiling stuff for
my mud. I recently downloaded and patched by hand the updated action editor
(bpl16+), but now, whenever I try to use OasisOLC for any of its functions
(and i've got assemblies, DG triggers, helpfiles and action editors alike
being passed through do_oasis) I get the following message:
[*] SYSERR: do_oasis: Player already had olc structure. [*]
The relevant lines are:
d = ch->desc;
/*
* Give descriptor an OLC structure.
*/
if (d->olc) {
mudlog("SYSERR: do_oasis: Player already had olc structure.", BRF,
LVL_IMMORT, TRUE);
free(d->olc);
}
CREATE(d->olc, struct oasis_olc_data, 1);
Any help appreciated.
Mark
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/05/01 PST