some comment spelling fixes
This commit is contained in:
@@ -96,16 +96,16 @@ struct sinfo {
|
||||
int saving; /* creating a save file */
|
||||
int restoring; /* reloading a save file */
|
||||
int in_moveloop; /* normal gameplay in progress */
|
||||
int in_impossible; /* reportig a warning */
|
||||
int in_impossible; /* reporting a warning */
|
||||
int in_docrt; /* in docrt(): redrawing the whole screen */
|
||||
int in_self_recover; /* processsing orphaned level files */
|
||||
int in_self_recover; /* processing orphaned level files */
|
||||
int in_checkpoint; /* saving insurance checkpoint */
|
||||
int in_parseoptions; /* in parseoptions */
|
||||
int in_role_selection; /* role/race/&c selection menus in progress */
|
||||
int config_error_ready; /* config_error_add is ready, available */
|
||||
int beyond_savefile_load; /* set when past savefile loading */
|
||||
#ifdef PANICLOG
|
||||
int in_paniclog; /* writing a panicloc entry */
|
||||
int in_paniclog; /* writing a paniclog entry */
|
||||
#endif
|
||||
int wizkit_wishing; /* starting wizard mode game w/ WIZKIT file */
|
||||
/* getting_a_command: only used for ALTMETA config to process ESC, but
|
||||
@@ -1195,7 +1195,7 @@ struct instance_globals_m {
|
||||
struct monst *marcher; /* monster that is shooting */
|
||||
|
||||
/* muse.c */
|
||||
boolean m_using; /* kludge to use mondided instead of killed */
|
||||
boolean m_using; /* kludge to use mondied instead of killed */
|
||||
struct musable m;
|
||||
|
||||
/* options.c */
|
||||
|
||||
Reference in New Issue
Block a user