mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
format
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user