🚚 Rename 'Dead' concept to 'Corpse' everywhere (#2808)

This commit is contained in:
Juliano Leal Goncalves 2021-09-06 07:49:00 -03:00 committed by GitHub
commit 0d3d4c14f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 54 additions and 54 deletions

View file

@ -2044,9 +2044,9 @@ void DeltaLoadLevel()
if (monster._mAi != AI_DIABLO) {
if (monster._uniqtype == 0) {
assert(monster.MType != nullptr);
AddDead(monster.position.tile, monster.MType->mdeadval, monster._mdir);
AddCorpse(monster.position.tile, monster.MType->mdeadval, monster._mdir);
} else {
AddDead(monster.position.tile, monster._udeadval, monster._mdir);
AddCorpse(monster.position.tile, monster._udeadval, monster._mdir);
}
}
monster._mDelFlag = true;