return struct fields borrowed in 3.6

This will break existing 3.7 save/bones.
This commit is contained in:
nhmall
2019-11-27 20:18:45 -05:00
parent 7406826824
commit 566019e588
4 changed files with 11 additions and 4 deletions

View File

@@ -417,7 +417,7 @@ boolean with_you;
break;
}
if ((mtmp->mspare1 & MIGR_LEFTOVERS) != 0L) {
if ((mtmp->migflags & MIGR_LEFTOVERS) != 0L) {
/* Pick up the rest of the MIGR_TO_SPECIES objects */
if (g.migrating_objs)
deliver_obj_to_mon(mtmp, 0, DF_ALL);