No dungeons, please

This commit is contained in:
Enno Rehling 2002-01-20 14:00:07 +00:00
parent 07b4d35e96
commit d8360740b1
1 changed files with 2 additions and 0 deletions

View File

@ -705,11 +705,13 @@ main(int argc, char *argv[])
return 0; return 0;
} }
if ((i=readgame(false))!=0) return i; if ((i=readgame(false))!=0) return i;
#ifdef BETA_CODE
if (dungeonstyles) { if (dungeonstyles) {
struct dungeon * d = dungeonstyles; struct dungeon * d = dungeonstyles;
struct region * r = make_dungeon(d); struct region * r = make_dungeon(d);
make_dungeongate(findregion(0, 0), r, d); make_dungeongate(findregion(0, 0), r, d);
} }
#endif
writepasswd(); writepasswd();
if (g_killeiswald) { if (g_killeiswald) {
region * r = findregion(0, 25); region * r = findregion(0, 25);