mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 09:15:36 +00:00
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)
|
||||
text << buffer << "\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";
|
||||
|
||||
int hour = int(mCurrentSlot->mProfile.mInGameTime.mGameHour);
|
||||
|
|
Loading…
Reference in a new issue