more bot() tinkering
This commit is contained in:
@@ -201,6 +201,9 @@ struct instance_globals_b {
|
||||
/* zap.c */
|
||||
struct monst *buzzer; /* zapper/caster/breather who initiates buzz() */
|
||||
|
||||
/* new */
|
||||
boolean bot_disabled;
|
||||
|
||||
boolean havestate;
|
||||
unsigned long magic; /* validate that structure layout is preserved */
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user