Remove unused goto label

This commit is contained in:
Pasi Kallinen
2020-12-01 11:12:43 +02:00
parent e777bd9670
commit d4625266a7
2 changed files with 0 additions and 2 deletions

View 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;

View 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;