Updated hedit to Rhade's cleaner version. --Rumble

This commit is contained in:
Rumble 2007-06-25 23:29:21 +00:00
parent 62f74102af
commit e7683af387
8 changed files with 307 additions and 238 deletions

View file

@ -195,7 +195,7 @@ void aedit_save_internally(struct descriptor_data *d) {
create_command_list();
sort_commands();
add_to_save_list(AEDIT_PERMISSION, SL_ACTION);
add_to_save_list(AEDIT_PERMISSION, SL_ACT);
aedit_save_to_disk(d); /* autosave by Rumble */
}
@ -238,7 +238,7 @@ void aedit_save_to_disk(struct descriptor_data *d) {
fprintf(fp, "$\n");
fclose(fp);
remove_from_save_list(AEDIT_PERMISSION, SL_ACTION);
remove_from_save_list(AEDIT_PERMISSION, SL_ACT);
}
/* The Main Menu. */