Revert "Fix align type mixup wth align mask"

This reverts commit 2f4f7d22d3
for now while the matter is investigated further.

Also closes #459
This commit is contained in:
nhmall
2021-02-06 14:54:54 -05:00
parent d817564a6a
commit 4e35e8b5a6
3 changed files with 6 additions and 7 deletions

View File

@@ -1869,8 +1869,7 @@ assign_rnd_level(d_level *dest, d_level *src, int range)
dest->dlevel = 1;
}
/* return an alignment mask */
unsigned int
int
induced_align(int pct)
{
s_level *lev = Is_special(&u.uz);