Add monster data sanity checking

This commit is contained in:
Pasi Kallinen
2015-10-11 20:36:28 +03:00
parent 751fab7a59
commit f0220c4203
3 changed files with 36 additions and 0 deletions

View File

@@ -3067,6 +3067,7 @@ sanity_check()
{
obj_sanity_check();
timer_sanity_check();
mon_sanity_check();
}
#ifdef DEBUG_MIGRATING_MONS