From 2a058618e5796520cba2710ad44bcd4038784346 Mon Sep 17 00:00:00 2001 From: cohrs Date: Thu, 4 Jul 2002 18:27:22 +0000 Subject: [PATCH] B03002 followup copied over the wrong version of fountain.c --- src/fountain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.40.0