mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-17 17:08:39 +00:00
Reserve vectors before pushing and other code quality changes (#11161)
This commit is contained in:
parent
3e1904fa8c
commit
f0bad0e2ba
20 changed files with 106 additions and 108 deletions
|
@ -1428,7 +1428,7 @@ std::string Pathfinder::dirToName(PathDirections dir)
|
|||
}
|
||||
|
||||
/******************************************************************************/
|
||||
void Pathfinder::printPath(std::vector<v3s16> path)
|
||||
void Pathfinder::printPath(const std::vector<v3s16> &path)
|
||||
{
|
||||
unsigned int current = 0;
|
||||
for (std::vector<v3s16>::iterator i = path.begin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue