role init tidbit

This commit is contained in:
nethack.rankin
2009-03-22 03:19:59 +00:00
parent 44cc716fe4
commit 7dd956c948

View File

@@ -611,11 +611,9 @@ initoptions_init()
#endif
iflags.menu_headings = ATR_INVERSE;
/* Use negative indices to indicate not yet selected */
flags.initrole = -1;
flags.initrace = -1;
flags.initgend = -1;
flags.initalign = -1;
/* hero's role, race, &c haven't been chosen yet */
flags.initrole = flags.initrace =
flags.initgend = flags.initalign = ROLE_NONE;
/* Set the default monster and object class symbols. */
init_symbols();