]> granicus.if.org Git - nethack/commitdiff
fixes entry for pr748
authornhmall <nhmall@nethack.org>
Mon, 9 May 2022 12:55:40 +0000 (08:55 -0400)
committernhmall <nhmall@nethack.org>
Mon, 9 May 2022 12:55:40 +0000 (08:55 -0400)
doc/fixes3-7-0.txt

index cd23a47c80788cb7ccdda9c2761fdeb7db32f230..0567cc9a9bce6295c79d0051d2818d933ab7b853 100644 (file)
@@ -1776,6 +1776,7 @@ function tin_details() in eat.c was passing an obj pointer to
        tin_variety() where it was dereferenced; move the tin_details()
        NULL check above that tin_variety() call (pr #676 by argrath)
 remove unnecessary null checks from christen_orc() (pr #681 by argrath)
+mark high altars in altarmask (pr #748 by entrez)
 
 
 Code Cleanup and Reorganization