>Makefile.exe - 2 error(s), 9 warning(s)
>_____________________________________________________
>*snip (line 1684 is the third one)*
> } else {
> SEND_TO_Q("\r\nCharacter not deleted.\r\n", d);
> SEND_TO_Q(MENU, d);0 STATE(d) = CON_MENU;
> }
>*snip*
>Someone suggested that it was OLCs fault, but I never patched in OLC...
Try this:
} else {
SEND_TO_Q("\r\nCharacter not deleted.\r\n", d);
SEND_TO_Q(MENU, d);
STATE(d) = CON_MENU;
}
That 0 and stuff is ridiculous
+------------------------------------------------------------+
| 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