forked from mirror/openmw-tes3mp
Fix cell names in the save/load menu not being localised (Fixes #2840)
This commit is contained in:
parent
c25dacb480
commit
afb3d94ba4
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ namespace MWGui
|
||||||
if (std::strftime(buffer, size, "%x %X", timeinfo) > 0)
|
if (std::strftime(buffer, size, "%x %X", timeinfo) > 0)
|
||||||
text << buffer << "\n";
|
text << buffer << "\n";
|
||||||
text << "#{sLevel} " << mCurrentSlot->mProfile.mPlayerLevel << "\n";
|
text << "#{sLevel} " << mCurrentSlot->mProfile.mPlayerLevel << "\n";
|
||||||
text << mCurrentSlot->mProfile.mPlayerCell << "\n";
|
text << "#{sCell=" << mCurrentSlot->mProfile.mPlayerCell << "}\n";
|
||||||
// text << "Time played: " << slot->mProfile.mTimePlayed << "\n";
|
// text << "Time played: " << slot->mProfile.mTimePlayed << "\n";
|
||||||
|
|
||||||
int hour = int(mCurrentSlot->mProfile.mInGameTime.mGameHour);
|
int hour = int(mCurrentSlot->mProfile.mInGameTime.mGameHour);
|
||||||
|
|
Loading…
Reference in a new issue