mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 18:50:13 +01:00
Stop snooping at do_quit, added afk to prompt, g++ compiler cleanup (thanks Rhade), fixed locate object (thanks JamDog), and renamed immort_level_ok to no_mort_to_immort --Rumble
This commit is contained in:
parent
86568f9d4d
commit
1f74a71456
18 changed files with 445 additions and 949 deletions
|
|
@ -23,14 +23,14 @@ extern struct descriptor_data *descriptor_list;
|
|||
void hedit_disp_menu(struct descriptor_data *d);
|
||||
|
||||
/* external variables */
|
||||
struct help_index_element *help_table;
|
||||
int top_of_h_table = 0; /* ref to top of help table */
|
||||
int top_of_h_file = 0; /* ref of size of help file */
|
||||
long top_help_idnum = 0; /* highest idnum in use */
|
||||
extern struct help_index_element *help_table;
|
||||
void get_one_line(FILE *fl, char *buf);
|
||||
int search_help(char *argument, int level);
|
||||
ACMD(do_reboot);
|
||||
|
||||
/* local variables */
|
||||
int top_of_h_table = 0; /* ref to top of help table */
|
||||
|
||||
/* local functions */
|
||||
void hedit_save_internally(struct descriptor_data *d);
|
||||
void hedit_save_to_disk(struct descriptor_data *d);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue