replacement meaningless_code patch

I moved the "else" into the comment rather than the suggested removal of
the comment.
This commit is contained in:
cohrs
2004-12-21 06:27:24 +00:00
parent 3f2aa875bb
commit 2a2323bab4

View File

@@ -1583,8 +1583,8 @@ dopois:
*hpmax_p -= permdmg;
else if (*hpmax_p > lowerlimit)
*hpmax_p = lowerlimit;
else /* unlikely... */
; /* already at or below minimum threshold; do nothing */
/* else unlikely...
* already at or below minimum threshold; do nothing */
context.botl = 1;
}