buildfix !defined(REINCARNATION) [trunk only]

This commit is contained in:
nethack.allison
2006-09-23 17:31:19 +00:00
parent d9368a3c09
commit f713038a88
2 changed files with 15 additions and 3 deletions

View File

@@ -441,6 +441,7 @@ int whichset;
register int i;
switch(whichset) {
# ifdef REINCARNATION
case ROGUESET:
for (i = 0; i < MAXMCLASSES; i++)
@@ -452,11 +453,12 @@ int whichset;
for (i = 0; i < MAXOCLASSES; i++)
oc_syms[i] = r_oc_syms[i];
# if defined(MSDOS) && defined(USE_TILES)
# if defined(MSDOS) && defined(USE_TILES)
if (iflags.grmode) tileview(FALSE);
# endif
# endif
currentgraphics = ROGUESET;
break;
# endif
case PRIMARY:
default:
for (i = 0; i < MAXMCLASSES; i++)