OSDN Git Service

fix #47879
authorSHIRAKATA Kentaro <argrath@ub32.org>
Wed, 19 Apr 2023 06:54:18 +0000 (15:54 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Tue, 17 Oct 2023 15:23:48 +0000 (00:23 +0900)
ChangeLog.j
src/mcastu.c

index 43d03ea..63e8426 100644 (file)
@@ -1,3 +1,6 @@
+       * \8e\9f\82Ì\96â\91è\82ð\8fC\90³
+         * \96ï\89î\8eÒ\82Ì\8f¢\8a«\82Å\89ö\95¨\82ª\8f¢\8a«\82³\82ê\82È\82¢ (#47879)
+
 Sat Feb 23 2023  Kentaro Shirakata  <argrath@ub32.org>
 
        * NetHack-3.6.7\83x\81[\83X JNetHack\83e\83X\83g\83\8a\83\8a\81[\83X(3.6.7-0.1)
index 36396b9..cd970d4 100644 (file)
@@ -497,6 +497,8 @@ int spellnum;
         int count;
 
         count = nasty(mtmp); /* summon something nasty */
+#else
+        nasty(mtmp); /* summon something nasty */
 #endif
         if (mtmp->iswiz) {
 /*JP