heed OPTIONS=symset:default in config file in windows and msdos

This commit is contained in:
nhmall
2018-09-10 15:27:05 -04:00
parent 8210f81618
commit 59019910b5
3 changed files with 10 additions and 10 deletions

View File

@@ -778,6 +778,15 @@ initoptions_init()
#endif
#endif /* UNIX || VMS */
#if defined(MSDOS) || defined(WIN32)
/* Use IBM defaults. Can be overridden via config file */
if (!symset[PRIMARY].name) {
load_symset("IBMGraphics_2", PRIMARY);
}
if (!symset[ROGUESET].name) {
load_symset("RogueEpyx", ROGUESET);
}
#endif
#ifdef MAC_GRAPHICS_ENV
if (!symset[PRIMARY].name)
load_symset("MACGraphics", PRIMARY);