]> granicus.if.org Git - nethack/commitdiff
yet more followup (trunk only)
authornethack.allison <nethack.allison>
Thu, 21 Sep 2006 02:13:26 +0000 (02:13 +0000)
committernethack.allison <nethack.allison>
Thu, 21 Sep 2006 02:13:26 +0000 (02:13 +0000)
- a reference to roguesymset should be 'symbols'
- another symset name update

src/options.c

index 7ad4753e7e56ff3ffc00bb25612212e83cf3fd3f..28f40add5cad5c6b07178753d485a6f06eeb3706 100644 (file)
@@ -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