]> granicus.if.org Git - nethack/commit
Fix align type mixup wth align mask
authorDean Luick <dean@nethack.org>
Sun, 17 Jan 2021 20:25:08 +0000 (14:25 -0600)
committerDean Luick <dean@nethack.org>
Fri, 29 Jan 2021 15:31:08 +0000 (09:31 -0600)
commit2f4f7d22d3531c8c07253543b9d8f81637f9356c
treee9dd3f15cd56b4d7146979cb58b01420eb1b9e9d
parent2c38749cab5fb478e2753baa58860babc23ed602
Fix align type mixup wth align mask

Fix two cases of missed conversion of an alignment to an align mask.

Change induced_align()'s return type to unsigned int since it returns
an align mask (unsigned), not an align type (signed).
include/extern.h
src/dungeon.c
src/sp_lev.c