]> granicus.if.org Git - nethack/commitdiff
B03002 followup
authorcohrs <cohrs>
Thu, 4 Jul 2002 18:27:22 +0000 (18:27 +0000)
committercohrs <cohrs>
Thu, 4 Jul 2002 18:27:22 +0000 (18:27 +0000)
copied over the wrong version of fountain.c

src/fountain.c

index 4275f368f06fe5a4a013d877753099d649dad334..5b1c5325dced8227270fccdcb93d7c3968bb994c 100644 (file)
@@ -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));