fix: Do not display party members health in TSL
This commit is contained in:
parent
525bc7aa02
commit
c0a78d4cf9
1 changed files with 2 additions and 0 deletions
|
@ -220,6 +220,8 @@ void HUD::drawMinimap() const {
|
|||
}
|
||||
|
||||
void HUD::drawHealth(int memberIndex) const {
|
||||
if (_version == GameVersion::TheSithLords) return;
|
||||
|
||||
Party &party = _game->party();
|
||||
shared_ptr<Creature> member(party.getMember(memberIndex));
|
||||
|
||||
|
|
Loading…
Reference in a new issue