mirror of
https://github.com/OpenMW/openmw.git
synced 2026-02-07 05:28:27 +00:00
Update file spellcreationdialog.cpp
This commit is contained in:
parent
284be88b95
commit
57bb6f2e2f
1 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
namespace
|
||||
{
|
||||
|
||||
bool sortMagicEffects(short id1, short id2)
|
||||
{
|
||||
const MWWorld::Store<ESM::GameSetting>& gmst
|
||||
|
|
@ -372,7 +373,7 @@ namespace MWGui
|
|||
|
||||
MWWorld::Ptr player = MWMechanics::getPlayer();
|
||||
int playerGold = player.getClass().getContainerStore(player).count(MWWorld::ContainerStore::sGoldId);
|
||||
mPlayerGold->setCaptionWithReplacing("#{sGold}: " + MyGUI::utility::toString(playerGold));
|
||||
mPlayerGold->setCaptionWithReplacing(MyGUI::utility::toString(playerGold));
|
||||
|
||||
startEditing();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue