role init tidbit

This commit is contained in:
nethack.rankin
2009-03-22 03:19:59 +00:00
parent 44cc716fe4
commit 7dd956c948
+3 -5
View File
@@ -611,11 +611,9 @@ initoptions_init()
#endif #endif
iflags.menu_headings = ATR_INVERSE; iflags.menu_headings = ATR_INVERSE;
/* Use negative indices to indicate not yet selected */ /* hero's role, race, &c haven't been chosen yet */
flags.initrole = -1; flags.initrole = flags.initrace =
flags.initrace = -1; flags.initgend = flags.initalign = ROLE_NONE;
flags.initgend = -1;
flags.initalign = -1;
/* Set the default monster and object class symbols. */ /* Set the default monster and object class symbols. */
init_symbols(); init_symbols();