more followup (trunk only)

More symset name correction
This commit is contained in:
nethack.allison
2006-09-21 02:01:56 +00:00
parent 1e60eab7cd
commit 6133b14fb7
2 changed files with 2 additions and 2 deletions

View 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
}

View 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