fixes entry for pr748

This commit is contained in:
nhmall
2022-05-09 08:55:40 -04:00
parent 200302e15f
commit d3f98917e9

View 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