Skip to content

Commit 8c6eafc

Browse files
committed
fix inconsistent value
1 parent 419f615 commit 8c6eafc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Basescape/SoldierInfoState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ void SoldierInfoState::init()
473473
_barThrowing->setValue2(std::min(withArmor.throwing, initial->throwing));
474474

475475
std::wostringstream ss8;
476-
ss8 << current->melee;
476+
ss8 << withArmor.melee;
477477
_numMelee->setText(ss8.str());
478478
_barMelee->setMax(current->melee);
479479
_barMelee->setValue(withArmor.melee);

0 commit comments

Comments
 (0)