Engraving sanity checking

This commit is contained in:
Pasi Kallinen
2023-03-18 07:30:25 +02:00
parent 0d9801e17f
commit f360dee4dd
4 changed files with 35 additions and 0 deletions

View File

@@ -4247,6 +4247,7 @@ sanity_check(void)
light_sources_sanity_check();
bc_sanity_check();
trap_sanity_check();
engraving_sanity_check();
}
/* qsort() comparison routine for use in list_migrating_mons() */