Got this during monster compaction.
This also seems strange:
Why verify after a call to "quit" which already indicates that something went wrong?
This also seems strange:
Code:
/* Update group */ if (!monster_group_change_index(cave, i2, i1)) { quit("Bad monster group info!") ; monster_groups_verify(cave); }