]> granicus.if.org Git - nethack/commitdiff
Remove a leftover ifdef REINCARNATION
authorPasi Kallinen <paxed@alt.org>
Fri, 6 Nov 2015 13:49:29 +0000 (15:49 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 6 Nov 2015 13:49:29 +0000 (15:49 +0200)
src/sp_lev.c

index 2bbf1af7ccf2152831b36415c85d12b67512f5f1..9caa2e07558de2b8a7def14a56a559cb4148b2e4 100644 (file)
@@ -2652,11 +2652,9 @@ lev_init *linit;
     case LVLINIT_MAZEGRID:
         lvlfill_maze_grid(2, 0, x_maze_max, y_maze_max, linit->filling);
         break;
-#ifdef REINCARNATION
     case LVLINIT_ROGUE:
         makeroguerooms();
         break;
-#endif
     case LVLINIT_MINES:
         if (linit->lit == -1)
             linit->lit = rn2(2);