From 0183bdad0482d60dccfdcf68f84db629c05a7018 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Wed, 27 Feb 2013 20:23:32 +0100 Subject: Fix nodeplacement prediction --- src/itemdef.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/itemdef.h') diff --git a/src/itemdef.h b/src/itemdef.h index 4a9e16966..dd20ba353 100644 --- a/src/itemdef.h +++ b/src/itemdef.h @@ -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; -- cgit v1.2.3