more follow-up (trunk only)

Based on feedback, make the load_symset() call easier
to follow.
This commit is contained in:
nethack.allison
2006-09-21 03:47:00 +00:00
parent b5648a7bb3
commit f0bf6c7653
6 changed files with 19 additions and 22 deletions

View File

@@ -366,8 +366,8 @@ init_sco_cons()
atexit(sco_mapon);
sco_mapoff();
# ifdef ASCIIGRAPH
load_symset("IBMGraphics", FALSE);
load_symset("RogueIBM", TRUE);
load_symset("IBMGraphics", PRIMARY);
load_symset("RogueIBM", ROGUESET);
switch_graphics(TRUE);
# endif
# ifdef TEXTCOLOR