mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-26 23:32:25 +01:00
Remove unneeded label
Label isn't used anymore so it can go away now.
This commit is contained in:
parent
530d6ea1dc
commit
a892fd8f72
1 changed files with 0 additions and 4 deletions
|
@ -1564,7 +1564,6 @@ register struct monst *mtmp;
|
|||
pline("%s concentrates.", Monnam(mtmp));
|
||||
// if (distu(mtmp->mx, mtmp->my) > BOLT_LIM * BOLT_LIM) {
|
||||
// You("sense a faint wave of psychic energy.");
|
||||
// goto toofar;
|
||||
// }
|
||||
if(!reducedFlayerMessages) pline("A wave of psychic energy pours over you!");
|
||||
if (mtmp->mpeaceful && !mtmp->mberserk &&
|
||||
|
@ -1635,9 +1634,6 @@ register struct monst *mtmp;
|
|||
}
|
||||
}
|
||||
}
|
||||
toofar:
|
||||
|
||||
if (TRUE); /* stupid to make the label not label a declaration */
|
||||
|
||||
/* Look for other monsters to fight (at a distance) */
|
||||
struct monst *mtmp2 = mfind_target(mtmp, FALSE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue