From: keni Date: Sun, 6 Mar 2011 15:37:22 +0000 (+0000) Subject: dummy change test X-Git-Tag: MOVE2GIT~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38f479f6c4e10851be5ae91302ac8ad4e6a0ea3f;p=nethack dummy change test --- diff --git a/src/zap.c b/src/zap.c index 4e641cbae..b59393484 100644 --- a/src/zap.c +++ b/src/zap.c @@ -2637,7 +2637,7 @@ struct obj *obj; /* wand or spell */ case SPE_STONE_TO_FLESH: if (Is_airlevel(&u.uz) || Is_waterlevel(&u.uz) || Underwater || (Is_qstart(&u.uz) && u.dz < 0)) { -#if 1 +#if 0 pline("%s", nothing_happens); #else pline(nothing_happens);