1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00
This commit is contained in:
Laserlicht
2025-07-05 16:01:02 +02:00
parent fc24eef7a5
commit d81e035c98

View File

@@ -280,7 +280,7 @@ int CHighScoreInputScreen::addEntry(std::string text) {
}
if (baseNode.size() > HIGHSCORE_ROW_SAVE - 1)
baseNode.resize(HIGHSCORE_ROW_SAVE - 1);
baseNode.resize(HIGHSCORE_ROW_SAVE - 1);
baseNode.push_back(newNode);
boost::range::sort(baseNode, sortFunctor);