From 9dc0e3c2335fa6aacd0974b161bd96772639bf52 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 29 Jul 2012 12:07:22 +0000 Subject: Fixed warnings in item handlers - items' damage value is a short, but block meta is only a NIBBLETYPE. Also slight cleanup. git-svn-id: http://mc-server.googlecode.com/svn/trunk@704 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockID.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/BlockID.h') diff --git a/source/BlockID.h b/source/BlockID.h index 4f3a3d3ed..fafbfb69c 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -193,7 +193,8 @@ enum ENUM_ITEM_ID E_ITEM_DEAD_BRUSH = 32, E_ITEM_PISTON = 33, E_ITEM_PISTON_EXTENSION = 34, - E_ITEM_WHITE_CLOTH = 35, + E_ITEM_WOOL = 35, + E_ITEM_WHITE_CLOTH = 35, /// OBSOLETE, use E_ITEM_WOOL E_ITEM_PISTON_MOVED_BLOCK = 36, E_ITEM_YELLOW_FLOWER = 37, E_ITEM_RED_ROSE = 38, -- cgit v1.2.3