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

@@ -497,16 +497,6 @@ _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR);*/
#endif
#endif
#if defined(MSDOS) || defined(WIN32)
/* Player didn't specify any symbol set so use IBM defaults */
if (!symset[PRIMARY].name) {
load_symset("IBMGraphics_2", PRIMARY);
}
if (!symset[ROGUESET].name) {
load_symset("RogueEpyx", ROGUESET);
}
#endif
#if defined(MSDOS) || defined(WIN32)
init_nhwindows(&argc, argv);
#else