From 011405a15cb7913b74f2a55f54283a2b617ead6f Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 9 May 2022 09:03:24 -0400 Subject: [PATCH] split kicking empty space into separate function Closes #754 by argrath --- doc/fixes3-7-0.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 0567cc9a9..f133ac29e 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -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