Ok all, I'm using siv's hedit patch, and I just put in DG pl5a with
triggers, and I'm having a bit of a problem. Whenever someone types
'olc' the MUD crashes and points me to the section of code below, and as
I'm not yet comfortable with playing around with OLC-related stuff
because I don't know how it works(as of yet) could anyone help me out
here? Thanks! Oh, as a side note, this happens whether or not any olc
changes have been made.
void olc_saveinfo(struct char_data *ch)
{
struct olc_save_info *entry;
if (olc_save_list)
send_to_char("The following OLC components need saving:-\r\n", ch);
else
send_to_char("The database is up to date.\r\n", ch);
if ((int)entry->type == OLC_SAVE_HELP) <----- That line
sprintf(buf, " - Help Entries.\r\n");
else
for (entry = olc_save_list; entry; entry = entry->next) {
sprintf(buf, " - %s for zone %d.\r\n",
save_info_msg[(int)entry->type], entry->zone);
send_to_char(buf, ch);
-Phillip
Phillip Ames | Satisfaction is not guaranteed.
kirk47@juno.com | -Ferengi Rule of Acquisition #19
ICQ: 8778335 | AOL IM: Grathol
http://members.xoom.com/Gowron/index.html(Unfinished)
_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]
+------------------------------------------------------------+
| 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/15/00 PST