From: nethack.allison Date: Sun, 17 Sep 2006 04:40:06 +0000 (+0000) Subject: build fix w/o REINCARNATION defined X-Git-Tag: MOVE2GIT~910 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61f6e7b7c6c5537426e488897f8295f1ae451eec;p=nethack build fix w/o REINCARNATION defined --- diff --git a/src/makemon.c b/src/makemon.c index 9aa88aa88..fa901d460 100644 --- a/src/makemon.c +++ b/src/makemon.c @@ -1740,10 +1740,15 @@ register struct monst *mtmp; levl[mx-1][my].typ == TDWALL || levl[mx-1][my].typ == CROSSWALL|| levl[mx-1][my].typ == TUWALL )) +#ifdef REINCARNATION appear = Is_rogue_level(&u.uz) ? S_hwall : S_hcdoor; else appear = Is_rogue_level(&u.uz) ? S_vwall : S_vcdoor; - +#else + appear = S_hcdoor; + else + appear = S_vcdoor; +#endif if(!mtmp->minvis || See_invisible) block_point(mx,my); /* vision */ } else if (level.flags.is_maze_lev && !In_sokoban(&u.uz) && rn2(2)) {