summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorEkdohibs <nathanael.courant@laposte.net>2016-03-21 12:58:52 +0100
committerparamat <mat.gregory@virginmedia.com>2016-06-11 23:35:17 +0100
commit559dd9946988cd35a7c26bcafe7d0f8c42dc547a (patch)
treefb898f7202095e2bdb996820370dd139b82b30ee /src/map.h
parent27aff22a9b68044d3ea51db731597834336effa3 (diff)
downloadminetest-559dd9946988cd35a7c26bcafe7d0f8c42dc547a.tar.gz
minetest-559dd9946988cd35a7c26bcafe7d0f8c42dc547a.tar.bz2
minetest-559dd9946988cd35a7c26bcafe7d0f8c42dc547a.zip
Make node timers more efficient
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 78614d228..23da56471 100644
--- a/src/map.h
+++ b/src/map.h
@@ -327,7 +327,7 @@ public:
*/
NodeTimer getNodeTimer(v3s16 p);
- void setNodeTimer(v3s16 p, NodeTimer t);
+ void setNodeTimer(const NodeTimer &t);
void removeNodeTimer(v3s16 p);
/*