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:
parent
ad10b8b762
commit
ca3629637c
3 changed files with 22 additions and 13 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue