Merge branch 'NetHack-3.6.2'
This commit is contained in:
@@ -503,8 +503,10 @@ int nondefault;
|
||||
if (SYMHANDLING(H_CURS) && cursesgraphics_mode_callback)
|
||||
(*cursesgraphics_mode_callback)();
|
||||
# endif
|
||||
} else
|
||||
init_symbols();
|
||||
} else {
|
||||
init_l_symbols();
|
||||
init_showsyms();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
@@ -761,6 +761,7 @@ initoptions_init()
|
||||
for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++)
|
||||
flags.end_disclose[i] = DISCLOSE_PROMPT_DEFAULT_NO;
|
||||
switch_symbols(FALSE); /* set default characters */
|
||||
init_r_symbols();
|
||||
#if defined(UNIX) && defined(TTY_GRAPHICS)
|
||||
/*
|
||||
* Set defaults for some options depending on what we can
|
||||
|
||||
Reference in New Issue
Block a user