Fix some warnings
Remove an unused variable, add missing FALLTHRUs, and use the same FALLTHRU wording where it wasn't recognized by gcc
This commit is contained in:
@@ -391,7 +391,7 @@ register struct monst *mtmp;
|
||||
mtmp->mhp += rnd(8);
|
||||
return 1;
|
||||
}
|
||||
/* fall through :-) */
|
||||
/*FALLTHRU*/
|
||||
|
||||
case STRAT_NONE: /* harass */
|
||||
if (!rn2(!mtmp->mflee ? 5 : 33))
|
||||
|
||||
Reference in New Issue
Block a user