]> granicus.if.org Git - nethack/commitdiff
split kicking empty space into separate function
authornhmall <nhmall@nethack.org>
Mon, 9 May 2022 13:03:24 +0000 (09:03 -0400)
committernhmall <nhmall@nethack.org>
Mon, 9 May 2022 13:03:24 +0000 (09:03 -0400)
Closes #754 by argrath

doc/fixes3-7-0.txt

index 0567cc9a9bce6295c79d0051d2818d933ab7b853..f133ac29e09132e214ad7023ddda2c01fa0b2ec1 100644 (file)
@@ -1777,6 +1777,7 @@ function tin_details() in eat.c was passing an obj pointer to
        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)
+split kicking empty space into separate function (pr #754 by argrath)
 
 
 Code Cleanup and Reorganization