role init tidbit
This commit is contained in:
+3
-5
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user