more bot() tinkering

This commit is contained in:
nhmall
2023-11-17 09:47:39 -05:00
parent a46c71f4c5
commit 0a13d759a3
7 changed files with 13 additions and 4 deletions

View File

@@ -763,7 +763,7 @@ struct sinfo {
int in_checkpoint; /* saving insurance checkpoint */
int in_parseoptions; /* in parseoptions */
int in_role_selection; /* role/race/&c selection menus in progress */
int in_getlin; /* inside interface getline routine */
int in_getlin; /* inside interface getlin routine */
int config_error_ready; /* config_error_add is ready, available */
int beyond_savefile_load; /* set when past savefile loading */
#ifdef PANICLOG