X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fitemdef.h;h=dd20ba353a403476de70da40d7431af6ab80ff1d;hb=6823ce99a7deabe410dd8b143b688cd364490cec;hp=ae36008687737ee0ceb1e5af9c7509bc81a9a919;hpb=365c169b43f61b7f957bdd302b3cf9a837cabec1;p=oweals%2Fminetest.git diff --git a/src/itemdef.h b/src/itemdef.h index ae3600868..dd20ba353 100644 --- a/src/itemdef.h +++ b/src/itemdef.h @@ -1,7 +1,7 @@ /* -Minetest-c55 -Copyright (C) 2010-2011 celeron55, Perttu Ahola -Copyright (C) 2011 Kahrl +Minetest +Copyright (C) 2010-2013 celeron55, Perttu Ahola +Copyright (C) 2013 Kahrl This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -62,8 +62,6 @@ struct ItemDefinition */ s16 stack_max; bool usable; - // If true, don't use node placement prediction - bool rightclickable; bool liquids_pointable; // May be NULL. If non-NULL, deleted by destructor ToolCapabilities *tool_capabilities;