dead/killed flags

develop
PatrikLundell 2018-06-08 11:08:35 +02:00
parent 02b7f2145f
commit 654f798b83
1 changed files with 1 additions and 1 deletions

@ -482,7 +482,7 @@ static void printCompanionHeader(color_ostream &out, size_t i, df::unit *unit)
out << i;
out << ": " << getUnitNameProfession(unit);
if (unit->flags1.bits.dead)
if (unit->flags2.bits.killed)
out << " (DEAD)";
if (unit->flags3.bits.ghostly)
out << " (GHOST)";