another do.c formatting bit

This commit is contained in:
PatR
2015-07-04 17:49:47 -07:00
parent b1d8ce0993
commit 60de579757
+2 -2
View File
@@ -1,4 +1,4 @@
/* NetHack 3.6 do.c $NHDT-Date: 1436054844 2015/07/05 00:07:24 $ $NHDT-Branch: master $:$NHDT-Revision: 1.145 $ */ /* NetHack 3.6 do.c $NHDT-Date: 1436057350 2015/07/05 00:49:10 $ $NHDT-Branch: master $:$NHDT-Revision: 1.146 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -1473,7 +1473,7 @@ boolean at_stairs, falling, portal;
} }
} }
} else { } else {
if (new &&Is_rogue_level(&u.uz)) if (new && Is_rogue_level(&u.uz))
You("enter what seems to be an older, more primitive world."); You("enter what seems to be an older, more primitive world.");
/* main dungeon message from your quest leader */ /* main dungeon message from your quest leader */
if (!In_quest(&u.uz0) && at_dgn_entrance("The Quest") if (!In_quest(&u.uz0) && at_dgn_entrance("The Quest")