Add sanity checking for light sources

This commit is contained in:
Pasi Kallinen
2015-10-27 18:36:07 +02:00
parent ec58bfaa22
commit 530ba8e3d3
3 changed files with 27 additions and 0 deletions

View File

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