replacement meaningless_code patch
I moved the "else" into the comment rather than the suggested removal of the comment.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user