1
0
Fork 0
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:
Garrett 2025-04-04 19:43:31 +00:00 committed by SkyHasACat
parent 284be88b95
commit 57bb6f2e2f

View file

@ -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();
}