aboutsummaryrefslogtreecommitdiff
path: root/src/staticobject.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-06-02 00:42:56 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-06-03 22:31:01 +0300
commit5f3c70061deea330a23be33164a34f675721d452 (patch)
tree12641af526dc7b4764cd4e4a0960fe470da21f1c /src/staticobject.h
parentaba7134301e0fe49cb3a6b157d226e1405753237 (diff)
downloadminetest-5f3c70061deea330a23be33164a34f675721d452.tar.gz
minetest-5f3c70061deea330a23be33164a34f675721d452.tar.bz2
minetest-5f3c70061deea330a23be33164a34f675721d452.zip
Properly handle dropping of items from nodes, and disallow moving items directly between nodes
Diffstat (limited to 'src/staticobject.h')
0 files changed, 0 insertions, 0 deletions
ion; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "directiontables.h" const v3s16 g_6dirs[6] = { // +right, +top, +back v3s16( 0, 0, 1), // back v3s16( 0, 1, 0), // top