replacement meaningless_code patch
I moved the "else" into the comment rather than the suggested removal of the comment.
This commit is contained in:
+2
-2
@@ -1583,8 +1583,8 @@ dopois:
|
|||||||
*hpmax_p -= permdmg;
|
*hpmax_p -= permdmg;
|
||||||
else if (*hpmax_p > lowerlimit)
|
else if (*hpmax_p > lowerlimit)
|
||||||
*hpmax_p = lowerlimit;
|
*hpmax_p = lowerlimit;
|
||||||
else /* unlikely... */
|
/* else unlikely...
|
||||||
; /* already at or below minimum threshold; do nothing */
|
* already at or below minimum threshold; do nothing */
|
||||||
context.botl = 1;
|
context.botl = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user