mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Removed text utilities from SDL_Extensions
This commit is contained in:
@@ -1281,8 +1281,8 @@ void CExchangeWindow::updateWidgets()
|
||||
secSkillIcons[leftRight][m]->setFrame(2 + id * 3 + level);
|
||||
}
|
||||
|
||||
expValues[leftRight]->setText(CSDL_Ext::makeNumberShort(hero->exp));
|
||||
manaValues[leftRight]->setText(CSDL_Ext::makeNumberShort(hero->mana));
|
||||
expValues[leftRight]->setText(vstd::formatMetric(hero->exp, 3));
|
||||
manaValues[leftRight]->setText(vstd::formatMetric(hero->mana, 3));
|
||||
|
||||
morale[leftRight]->set(hero);
|
||||
luck[leftRight]->set(hero);
|
||||
|
||||
Reference in New Issue
Block a user