Skip to content

Commit

Permalink
KOTOR: Make ingame health bar invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
Nostritius authored and DrMcCoy committed Nov 24, 2017
1 parent 01218de commit fe94060
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/engines/kotor/gui/ingame/hud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ HUD::HUD(Engines::Console *console) : GUI(console) {
getWidget("LBL_DARKSHIFT")->setInvisible(true);
getWidget("LBL_ITEMRCVD")->setInvisible(true);
getWidget("LBL_ITEMLOST")->setInvisible(true);

// Make the health bar invisible
getWidget("PB_HEALTH")->setInvisible(true);
}

void HUD::initWidget(Engines::Widget &widget) {
Expand Down

0 comments on commit fe94060

Please sign in to comment.