1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fixes for using std:vector in ABMHander and further perf improvements

This commit is contained in:
Lars Hofhansl 2017-01-04 11:11:55 -08:00 committed by sfan5
parent ad10b8b762
commit ca3629637c
3 changed files with 22 additions and 13 deletions

View file

@ -143,11 +143,6 @@ struct MapNode
MapNode()
{ }
MapNode(const MapNode & n)
{
*this = n;
}
MapNode(content_t content, u8 a_param1=0, u8 a_param2=0)
: param0(content),
param1(a_param1),