]> granicus.if.org Git - nethack/commitdiff
Remove unused goto label
authorPasi Kallinen <paxed@alt.org>
Tue, 1 Dec 2020 09:12:43 +0000 (11:12 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 4 Dec 2020 07:30:20 +0000 (09:30 +0200)
src/mhitm.c
src/uhitm.c

index b892e56c3f2d5510c9cb0d0fe50648285508126c..9ac86fee37acd6646616d1ea119219e48b2ad357 100644 (file)
@@ -970,7 +970,6 @@ int dieroll;
             return mhm.hitflags;
         break;
     case AD_PHYS:
- physical:
         mhitm_ad_phys(magr, mattk, mdef, &mhm);
         if (mhm.done)
             return mhm.hitflags;
index 9c33c959a760604b6227c7cd6832b44c74d41b83..4843c747f658156ded869eeb046a31b877ec103b 100644 (file)
@@ -3966,7 +3966,6 @@ int specialdmg; /* blessed and/or silver bonus against various things */
             return mhm.hitflags;
         break;
     case AD_PHYS:
- physical:
         mhitm_ad_phys(&g.youmonst, mattk, mdef, &mhm);
         if (mhm.done)
             return mhm.hitflags;