cedit command for toggling autosave for bugs, typos and ideas

This commit is contained in:
Thomas Arp 2011-03-10 23:09:53 +00:00
parent 48578939c5
commit bf0539a425
7 changed files with 31 additions and 3 deletions

View file

@ -1384,6 +1384,7 @@ struct game_operation
char *WELC_MESSG; /**< The welcome message. */
char *START_MESSG; /**< The start msg for new characters. */
int medit_advanced; /**< Does the medit OLC show the advanced stats menu ? */
int ibt_autosave; /**< Does "bug resolve" autosave ? */
};
/** The Autowizard options. */