From: nethack.allison Date: Thu, 21 Sep 2006 02:01:56 +0000 (+0000) Subject: more followup (trunk only) X-Git-Tag: MOVE2GIT~903 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6133b14fb7335866ad5369afeb2df06b36102dda;p=nethack more followup (trunk only) More symset name correction --- diff --git a/sys/share/pcmain.c b/sys/share/pcmain.c index 99cc03032..1d89eb6aa 100644 --- a/sys/share/pcmain.c +++ b/sys/share/pcmain.c @@ -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 } diff --git a/sys/share/unixtty.c b/sys/share/unixtty.c index 27092eaf6..c6ff7a6b9 100644 --- a/sys/share/unixtty.c +++ b/sys/share/unixtty.c @@ -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