where exactly do i add this in db.c
also add the function in the end:
void save_char_file_u(struct char_file_u st)
{
int player_i;
int find_name(char *name);
if((player_i = find_name(st.name)) >=0 )
{
fseek(player_fl, player_i * sizeof(struct char_file_u), SEEK_SET);
fwrite(&st, sizeof(struct char_file_u), 1, player_fl);
}
}
----------
> From: Mehdi Keddache <kam@shallot.salad.mssm.edu>
> To: circle@cspo.queensu.ca
> Subject: [CODE request]
> Date: Sunday, February 16, 1997 6:44 PM
>
> Hello, has anyone seen before an implementation of a status bar at the
bottom
> of the screen with the mud messages scrolling above it?
> If you know anyone that coded such a thing, or knows someone who coded
it, or
> even if you have the code installed and don't know who coded it, i'd like
to
> get in touch with you.
> Thanks
> Mehdi Keddache (Heritsun on Eclipse of Fate eclipse.argy.com 7777)
> mk454@columbia.edu
>
> +-----------------------------------------------------------+
> | Ensure that you have read the CircleMUD Mailing List FAQ: |
> | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html |
> | Or send 'info circle' to majordomo@cspo.queensu.ca |
> +-----------------------------------------------------------+
+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://cspo.queensu.ca/~fletcher/Circle/list_faq.html |
| Or send 'info circle' to majordomo@cspo.queensu.ca |
+-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST