]> granicus.if.org Git - nethack/commitdiff
more followup (trunk only)
authornethack.allison <nethack.allison>
Thu, 21 Sep 2006 02:01:56 +0000 (02:01 +0000)
committernethack.allison <nethack.allison>
Thu, 21 Sep 2006 02:01:56 +0000 (02:01 +0000)
More symset name correction

sys/share/pcmain.c
sys/share/unixtty.c

index 99cc03032bcb6ca19f892d01c12d30d857bbdbe5..1d89eb6aa45abb3b47cb4643491715be421a40c8 100644 (file)
@@ -550,7 +550,7 @@ char *argv[];
                        if (!strncmpi(argv[0]+1, "IBM", 3)) {
 # ifdef ASCIIGRAPH
                                load_symset("IBMGraphics", FALSE);
-                               load_symset("IBMGraphics", TRUE);
+                               load_symset("RogueIBM", TRUE);
                                switch_graphics(TRUE);
 # endif
                        }
index 27092eaf6a67e5f7be0b12b2d0f6982ff3a0b1b1..c6ff7a6b9dabd0a318a304ca7114da990b591370 100644 (file)
@@ -367,7 +367,7 @@ init_sco_cons()
                sco_mapoff();
 #  ifdef ASCIIGRAPH
                load_symset("IBMGraphics", FALSE);
-               load_symset("IBMGraphics", TRUE);
+               load_symset("RogueIBM", TRUE);
                switch_graphics(TRUE);
 #  endif
 #  ifdef TEXTCOLOR