From c0ce62dacfe982fac58a79882919c1fef474f37d Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 15 Dec 2013 05:53:11 -0500 Subject: local-ize a few more variables and functions --- item_transport.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'item_transport.lua') diff --git a/item_transport.lua b/item_transport.lua index 93e9580..d20dfc3 100644 --- a/item_transport.lua +++ b/item_transport.lua @@ -220,7 +220,7 @@ local function addVect(pos,vect) return {x=pos.x+vect.x,y=pos.y+vect.y,z=pos.z+vect.z} end -adjlist={{x=0,y=0,z=1},{x=0,y=0,z=-1},{x=0,y=1,z=0},{x=0,y=-1,z=0},{x=1,y=0,z=0},{x=-1,y=0,z=0}} +local adjlist={{x=0,y=0,z=1},{x=0,y=0,z=-1},{x=0,y=1,z=0},{x=0,y=-1,z=0},{x=1,y=0,z=0},{x=-1,y=0,z=0}} local function notvel(tbl,vel) local tbl2={} -- cgit v1.2.3