From: nethack.allison Date: Thu, 21 Sep 2006 02:13:26 +0000 (+0000) Subject: yet more followup (trunk only) X-Git-Tag: MOVE2GIT~902 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d0228ed7097cbfa4fe27e1f8ae2a7acb0913e8a;p=nethack yet more followup (trunk only) - a reference to roguesymset should be 'symbols' - another symset name update --- diff --git a/src/options.c b/src/options.c index 7ad4753e7..28f40add5 100644 --- a/src/options.c +++ b/src/options.c @@ -334,7 +334,7 @@ static struct Comp_Opt { "soundcard", "type of sound card to use", 20, SET_IN_FILE }, #endif { "symset", "load a set of display symbols from the symbols file", 70, SET_IN_GAME }, - { "roguesymset", "load a set of rogue display symbols from the roguesym file", 70, + { "roguesymset", "load a set of rogue display symbols from the symbols file", 70, #ifdef REINCARNATION SET_IN_GAME }, #else @@ -612,7 +612,7 @@ initoptions() #ifdef ASCIIGRAPH if (!symset) load_symset("IBMGraphics", FALSE); - if (!roguesymset) load_symset("IBMGraphics", TRUE); + if (!roguesymset) load_symset("RogueIBM", TRUE); switch_graphics(TRUE); #endif