]> granicus.if.org Git - nethack/commitdiff
split adjusting attributes into separate function
authornhmall <nhmall@nethack.org>
Mon, 9 May 2022 13:05:58 +0000 (09:05 -0400)
committernhmall <nhmall@nethack.org>
Mon, 9 May 2022 13:05:58 +0000 (09:05 -0400)
Closes #757 by argrath

doc/fixes3-7-0.txt

index f133ac29e09132e214ad7023ddda2c01fa0b2ec1..3990c62c6a93c08d6268e960c9a7d5e1d4a6b620 100644 (file)
@@ -1778,6 +1778,7 @@ function tin_details() in eat.c was passing an obj pointer to
 remove unnecessary null checks from christen_orc() (pr #681 by argrath)
 mark high altars in altarmask (pr #748 by entrez)
 split kicking empty space into separate function (pr #754 by argrath)
+split adjusting attributes into separate function (pr #757 by argrath)
 
 
 Code Cleanup and Reorganization