mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-19 15:36:10 +01:00
cedit command for toggling autosave for bugs, typos and ideas
This commit is contained in:
parent
48578939c5
commit
bf0539a425
7 changed files with 31 additions and 3 deletions
5
src/db.c
5
src/db.c
|
|
@ -3769,7 +3769,8 @@ static void load_default_config( void )
|
|||
CONFIG_WELC_MESSG = strdup(WELC_MESSG);
|
||||
CONFIG_START_MESSG = strdup(START_MESSG);
|
||||
CONFIG_MEDIT_ADVANCED = medit_advanced_stats;
|
||||
|
||||
CONFIG_IBT_AUTOSAVE = ibt_autosave;
|
||||
|
||||
/* Autowiz options. */
|
||||
CONFIG_USE_AUTOWIZ = use_autowiz;
|
||||
CONFIG_MIN_WIZLIST_LEV = min_wizlist_lev;
|
||||
|
|
@ -3881,6 +3882,8 @@ void load_config( void )
|
|||
CONFIG_NO_MORT_TO_IMMORT = num;
|
||||
else if (!str_cmp(tag, "immort_start_room"))
|
||||
CONFIG_IMMORTAL_START = num;
|
||||
else if (!str_cmp(tag, "ibt_autosave"))
|
||||
CONFIG_IBT_AUTOSAVE = num;
|
||||
break;
|
||||
|
||||
case 'l':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue