From: cohrs Date: Thu, 4 Jul 2002 18:27:22 +0000 (+0000) Subject: B03002 followup X-Git-Tag: MOVE2GIT~2678 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a058618e5796520cba2710ad44bcd4038784346;p=nethack B03002 followup copied over the wrong version of fountain.c --- diff --git a/src/fountain.c b/src/fountain.c index 4275f368f..5b1c5325d 100644 --- a/src/fountain.c +++ b/src/fountain.c @@ -45,7 +45,7 @@ dowaterdemon() /* Water demon */ { register struct monst *mtmp; - if(mvitals[PM_WATER_DEMON].mvflags & G_GONE) { + if(!(mvitals[PM_WATER_DEMON].mvflags & G_GONE)) { if((mtmp = makemon(&mons[PM_WATER_DEMON],u.ux,u.uy, NO_MM_FLAGS))) { if (!Blind) You("unleash %s!", a_monnam(mtmp));